Android Question Google voice recognition API

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

mrodriguez posted this:

"So my only way is to use the unofficial voice recognition api from google.
https://gist.github.com/alotaiba/1730160

The proccess is ver simplye:
I send a post to https://www.google.com/speech-api/v1/recognize with the recorded file (using audiorecorder b4a library), and the respose is an json with the text."

I do not understand how I can make Google upload the file. Has anybody alrfeady done this and can gibe me a bit of sample code?

Thank you

Peter
 
Top