Speech Recognition for Searching Files - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T00:03:02Zhttp://stackoverflow.com/feeds/question/72380http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/72380/speech-recognition-for-searching-files0Speech Recognition for Searching FilesJon Swinghammer2008-09-16T13:46:51Z2009-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#726741Answer by Jonathan for Speech Recognition for Searching FilesJonathan2008-09-16T14:09:52Z2008-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#6676542Answer by Mike for Speech Recognition for Searching FilesMike2009-03-20T19:37:10Z2009-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>