Speech Recognition for Searching Files - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T00:03:02Z http://stackoverflow.com/feeds/question/72380 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/72380/speech-recognition-for-searching-files 0 Speech Recognition for Searching Files Jon Swinghammer 2008-09-16T13:46:51Z 2009-03-20T19:37:10Z <p>Here is the problem I have:</p> <p>I have a lot (tens of thousands) of mp3 files that my users would like to be able to search. Is there is software out there that you've used or heard good things about that would allow me to index that content and put it in a database so I can search on it later?</p> http://stackoverflow.com/questions/72380/speech-recognition-for-searching-files/72674#72674 1 Answer by Jonathan for Speech Recognition for Searching Files Jonathan 2008-09-16T14:09:52Z 2008-09-23T13:41:30Z <p>I've heard very good reviews of <a href="http://www.nuance.co.uk/naturallyspeaking/" rel="nofollow" title="Dragon Naturally Speaking">Dragon Naturally Speaking</a>, by Nuance. They offer a <a href="http://www.nuance.com/naturallyspeaking/products/sdk.asp" rel="nofollow">software development kit</a>, but I couldn't find out any information about pricing for small projects.</p> http://stackoverflow.com/questions/72380/speech-recognition-for-searching-files/667654#667654 2 Answer by Mike for Speech Recognition for Searching Files Mike 2009-03-20T19:37:10Z 2009-03-20T19:37:10Z <p>There's an open source library <a href="http://cmusphinx.sourceforge.net/html/cmusphinx.php" rel="nofollow">Sphinx</a></p>