Ubuntu – How to use the voice recognition used by Android on Ubuntu

application-developmentvoice recognition

If I'm developing an Android app that uses TTS and Voice recognition, which libraries are used for the same voice recognition and speech on Ubuntu?

I'm assuming espeak for text to speech, but I'm unsure which voice recognition library and dictionary/learning/calibration system is used for voice recognition.

I'ld like to make the app available on Ubuntu Desktop.
as well as test it outside an emulator

Best Answer

You may use Google's webspeech API for your application. It uses the same technology as used on android.