Ruut
Ruut

Reputation: 1161

How to recognise and extract audio feature in Android

In the Netherlands hundreds of people get injured during new years eve. Every year a few dozen people loose an eye because of firework accidents. The majority of the victims never sets of fireworks themselves but are just at the wrong place at the wrong time.

I would like to develop an Android app which can identify the sound made by fireworks using the microphone of a smartphone. In a central database the location (via the GPS of the smartphone) and time of the firework detection is stored from which a map of dangerous areas is created. Law enforcement agencies could use this map to patrol more often in certain areas at certain time of the day.

If a large group of people will start using the app, it should be possible to very precisely find the location of the sound source using triangulation. Since the perpetrators (usually a group of youngsters) continuously produce explosion sounds it should be possible to monitor the path they walk and predict their next location.

My questions is, which audio feature extraction software would be most suitable to use in this case.

Upvotes: 2

Views: 857

Answers (1)

niels
niels

Reputation: 59

A good library would be musicg, because you can read the amplitude and frequency. It's open source too. Good luck - veel succes!

Upvotes: 1

Related Questions