Is there any voice recognition software available for Ubuntu? I'm looking for something with a GUI.
-
see this http://askubuntu.com/questions/161515/speech-recognition-app-to-convert-mp3-to-text. – Avinash Raj Jan 02 '14 at 12:31
-
For what purpose do you need this software? – jobin Jan 02 '14 at 12:57
3 Answers
You can look into Blather.
Here's a YouTube playlist about how to use it.
-
wow... as a coder my mind is now racing with possibilities. @IceTimux do you know of any good tutorials for setting these tools up? – Daithí Jan 08 '15 at 10:19
Xvoice. Xvoice enables continuous speech dictation and speech control of most X applications. To convert users' speech into text it uses the IBM ViaVoice speech recognition engine.Xvoice
CVoiceControl. CVoiceControl is a speech recognition system that enables a user to connect spoken commands to Unix commands. It automatically detects speech input from a microphone, performs recognition on this input and - in case of successful recognition - executes the associated Unix command.CVoiceControl
Perlbox Voice. Perlbox Voice is an voice enabled application to bring your desktop under your command. With a single word, you can start your web browser, your favorite editor or whatever you want. Perlbox Voice now has desktop plugins, which will allow you to control desktop functions. You can switch virtual desktops, invoke the desktop menu, switch wallpaper or lock the screen.Perlbox Voice

- 107,631