Need text to speech and speech recognition tools for Linux - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T13:01:05Z http://stackoverflow.com/feeds/question/877508 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/877508/need-text-to-speech-and-speech-recognition-tools-for-linux 3 Need text to speech and speech recognition tools for Linux Cory Walker 2009-05-18T12:33:00Z 2009-08-26T14:55:38Z <p>I'm planning on writing a program for Linux that uses text to speech and speech recognition. What are the best tools/libraries for this? Should I use Windows instead to be able to use better tools? The tools need to be easily callable from a console or C program.</p> http://stackoverflow.com/questions/877508/need-text-to-speech-and-speech-recognition-tools-for-linux/877512#877512 0 Answer by Rob Golding for Need text to speech and speech recognition tools for Linux Rob Golding 2009-05-18T12:35:25Z 2009-05-18T12:35:25Z <p>I know <a href="http://espeak.sourceforge.net/" rel="nofollow">espeak</a> is a very good text-to-speech program for linux (it can even do different accents!), but I don't know of any speech recognition systems designed for UNIX.</p> http://stackoverflow.com/questions/877508/need-text-to-speech-and-speech-recognition-tools-for-linux/877529#877529 0 Answer by Ionel Bratianu for Need text to speech and speech recognition tools for Linux Ionel Bratianu 2009-05-18T12:39:47Z 2009-05-18T12:39:47Z <p>Check here for an article about speech synthesis under Linux <a href="http://www.freeos.com/articles/2613" rel="nofollow">http://www.freeos.com/articles/2613/</a>.</p> http://stackoverflow.com/questions/877508/need-text-to-speech-and-speech-recognition-tools-for-linux/877691#877691 2 Answer by myso for Need text to speech and speech recognition tools for Linux myso 2009-05-18T13:15:17Z 2009-05-18T18:52:39Z <p>I have used both <a href="http://www.loquendo.com/en/" rel="nofollow">Loquendo</a> and <a href="http://www.cstr.ed.ac.uk/projects/festival/download.html" rel="nofollow">Festival</a> under linux. I would consider the festival voices I have used pretty poor, with very robotic synthesis. The Loquendo voices, on the other hand, are excellent - very high quality. </p> http://stackoverflow.com/questions/877508/need-text-to-speech-and-speech-recognition-tools-for-linux/877822#877822 3 Answer by hlovdal for Need text to speech and speech recognition tools for Linux hlovdal 2009-05-18T13:46:57Z 2009-05-18T13:46:57Z <p>For speech recognition there exists very little for linux. I were only aware of one apparently decent option, something IBM released some years ago but later was no longer made available (anyone knows if this ViaVoice SDK is still possible to get hold of from anywhere?). There are some more information about possible options at <a href="http://en.wikipedia.org/wiki/Speech%5Frecognition%5Fin%5FLinux" rel="nofollow">wikipedia</a>.</p> http://stackoverflow.com/questions/877508/need-text-to-speech-and-speech-recognition-tools-for-linux/877860#877860 1 Answer by Matt G for Need text to speech and speech recognition tools for Linux Matt G 2009-05-18T13:53:57Z 2009-05-18T13:53:57Z <p>For speech recognition there are the various <a href="http://cmusphinx.sourceforge.net/html/cmusphinx.php" rel="nofollow">Sphinxes</a>. The different variants have different pros and cons, there is a comparison here <a href="http://cmusphinx.sourceforge.net/html/compare.php" rel="nofollow">Comparison of Sphinx versions</a>. Sphinx 4 is Java, but the others are C, I believe.</p> http://stackoverflow.com/questions/877508/need-text-to-speech-and-speech-recognition-tools-for-linux/877885#877885 3 Answer by joeforker for Need text to speech and speech recognition tools for Linux joeforker 2009-05-18T14:01:00Z 2009-05-18T14:01:00Z <p>It depends quite a bit on what speech you are trying to recognize.</p> <p>This is an article from 2005 that explains some of the difficulties in creating a dictation program: <a href="http://www.cs.cmu.edu/~archan/personal/whyNoOpenSourceDictationDraft4.html" rel="nofollow">http://www.cs.cmu.edu/~archan/personal/whyNoOpenSourceDictationDraft4.html</a> . If you want that, the <a href="http://julius.sourceforge.jp/en%5Findex.php" rel="nofollow">Julius</a> speech recognition engine seems promising, but you will need to add your own acoustic and language models. You might be able to use the <a href="http://www.voxforge.org/" rel="nofollow">voxforge</a> acoustic model.</p> <p>If you are not trying to write a dictation program then you have a much easier task. Command programs have limited vocabularies, for example 'If you would like to continue in English, say "English"'.</p> <p>I was able to get pretty good results using pocketsphinx and gstreamer to make <a href="http://dingoskidneys.com/cgi-bin/hgwebdir.cgi/twitterkiller/" rel="nofollow">a program</a> that automatically edits most occurrences of the word "<a href="http://twitter.com" rel="nofollow">twitter</a>" out of the <a href="http://twit.tv" rel="nofollow">TWiT</a> podcast. It didn't work at all until I used my own language model based on transcripts of the podcast; the machine transcriptions from the speech recognizer are useless/hilarious but they do an okay job of finding the keyword.</p> http://stackoverflow.com/questions/877508/need-text-to-speech-and-speech-recognition-tools-for-linux/1335329#1335329 0 Answer by blackkettle for Need text to speech and speech recognition tools for Linux blackkettle 2009-08-26T14:55:38Z 2009-08-26T14:55:38Z <p>at&amp;t fsm toolkit is also pretty awesome - no commercial use allowed though,</p> <p><a href="http://www.research.att.com/~fsmtools/fsm/" rel="nofollow">http://www.research.att.com/~fsmtools/fsm/</a></p>