You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today has been released pywit version 2.0, in which they have stopped support for audio recording (see few last comments on wit-ai/pywit#14). Therefore the speech-to-text module is not working with the new version (but it works well with pywit version 1.1).
I looked into the issue.
I belive that best option would be to use pocketSphinx for speech to text and wit.ai http request only to decode obtained string. Doing this we will avoid sending wav as we did so far. I already asked Petr Kovář to implemet usage of pocketSphinx and I will upload another version of my module.
In the meantime I recommend staying on pywit 1.1. That should also be our backup option on case of problems as it worked well so far and I don't see much benefit in upgrading to 2.0
Today has been released
pywit
version 2.0, in which they have stopped support for audio recording (see few last comments on wit-ai/pywit#14). Therefore the speech-to-text module is not working with the new version (but it works well withpywit
version 1.1).We have some options:
pywit
as described on https://wit.ai/docs/http/20141022#get-intent-via-speech-linkPocketSphinx
for speech-to-text part, usepywit
only to get the intent from the senteceWhat do you think? Will you look at it?
The text was updated successfully, but these errors were encountered: