Is acoustic fingerprinting too broad for one audio file only?
Posted
by
IBG
on Programmers
See other posts from Programmers
or by IBG
Published on 2013-06-25T09:42:11Z
Indexed on
2013/06/25
16:28 UTC
Read the original article
Hit count: 249
design
We were looking for some topics related to audio analysis and found acoustic fingerprinting. As it is, it seems like the most famous application for it is for identification of music.
Enter our manager, who requested us to research and possible find an algorithm or existing code that we can use for this very simple approach (like it's easy, source codes don't show up like mushrooms):
- Always-on app for listening
- Compare the audio patterns to a single audio file (assume sound is a simple beep)
- If beep is detected, send notification to server
With a flow this simple, do you think acoustic fingerprinting is a broad approach to use? Should we stop and take another approach? Where to best start?
We haven't started anything yet (on the development side) on this regard, so I want to get other opinion if this is pursuit is worth it or moot.
© Programmers or respective owner