Any recommendations for a good, free dictation software for Ubuntu, and Linux in general?
Asked
Active
Viewed 3,951 times
4
-
Related: http://askubuntu.com/questions/161515/speech-recognition-app-to-convert-mp3-to-text – Kzqai Dec 08 '14 at 16:19
1 Answers
1
IMO the best open source option is pocket sphinx. It is in the repositories
https://launchpad.net/ubuntu/+source/pocketsphinx
http://packages.ubuntu.com/precise/pocketsphinx-utils
http://cmusphinx.sourceforge.net/
Unfortunately the commercial options are better in that the have larger and more specialized dictionaries and more features.

Panther
- 102,067
-
-
-
I did that already but I cannot find any new installed app in the menu. – missingfaktor Sep 29 '12 at 06:02
-
-
-
Okay. Do you have recommendations for commercial tools that feature a graphical front end? – missingfaktor Sep 30 '12 at 08:14
-
I do not know any commercial tools that run natively on Linux. You can try to get Drangon Naturally Speaking working on wine. http://appdb.winehq.org/objectManager.php?sClass=application&iId=2077 – Panther Sep 30 '12 at 14:19
-
apt-cache search pocketsphinx
andsudo apt-get install pocketsphinx-utils
are the actual correct spellings! – Kzqai Dec 08 '14 at 16:21