Google Speech Recognition

Ok, basically I do Jarvis AI in C # and do a lot. But lately, it has become known to me that you can recognize Google Speech in a C # WPF program. So I decided to switch from the Windows Speech API (SAPI) to Google, mainly because of extreme accuracy.

Testing: http://slides.html5rocks.com/#speech-input

People managed to get their programs in order to be able to do this in the client version of the program (not in the website browser), but for some reason I can not find the documentation about it. So I urge you guys to help me get involved in this launch, or at least get a response from Google’s voice report. in a C # program.

This guy: http://social.msdn.microsoft.com/Forums/vstudio/en-US/9e5bd36d-0916-4f92-8c4e-01f35b94d5d1/google-chrome-speech-api-help?forum=vbgeneral

He was able to get this to work in VB, and said something about converting from VB to C #, but they only have a few that speak C # fluently.

Now I know that it basically gives Google an answer when the client program sends them a .Flac file. Then they decode it into words (speech to text), then the words will be taken and basically match the string expression in the client program. Why should the team.

Now I plan to use part of the Windows API so that it tells you and, in fact, read things. But for this I need Google speech recognition.

Thanks, Joe.

+3
source share

All Articles