Sound sample recognition library/code
Posted
by Daniel Mošmondor
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Mošmondor
Published on 2010-05-12T09:54:51Z
Indexed on
2010/05/14
20:34 UTC
Read the original article
Hit count: 187
I don't want sound-to-text software. What I need is the following:
- I'll record multiple (say 50+) audio streams (recordings of radio stations)
- from that recordings, I'll mark interesting audio clips - their length ranges from 2 to 60 seconds - there will be few thousands of such audio clips
- library should be able to find other instances of same audio clips from recorded sound streams
- confidence factor should be reported to used and additional input provided so the recognition could perform better next time
Do you know of such software library? LGPL would be most valuable to me, but I can go for commercial license as well.
© Stack Overflow or respective owner