wit-ai / pywit

Python library for Wit.ai
Other
1.45k stars 359 forks source link

Speech results always empty #93

Closed jagreene closed 4 years ago

jagreene commented 7 years ago

I'm running into some issues using the client to send in speech results. I'm posting an 'audio/wav' blob from a web app to my python server. When I attach the same body of the incoming request as the data in the request client.speech, it always returns an empty string "". The wave file is RIFF (linear, little endian) and plays just fine when I save the file off. Any help would be greatly appreciated.