I am looking for a C ++ speech recognition / speech recognition program. I went through several, including VOCE and pocketphenix. However this is my requirement
- Text to speech
- Speech to text (voice commands - I plan to convert the voice to a string and check if this is a command)
- Define my vote (optional)
VOCE api does not seem to provide what I ask, and pocketphenix seems extremely complex. The API will be used with QT, the latest version that works with the Visual Studio 2010 compiler.
I heard that there is an API provided by Microsoft, but I am prepared to stay away from the Microsoft API as much as possible.
I use MS Windows 7 final, so this is enough if the API works with windows.
The API should be free and better if you use openource, because I will use it in my Final Year project at the university.
Please, help.
source share