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).
We have some options:
- stay at version 1.1 -> we will be stuck forever
- implement audio recording for
pywit as described on https://wit.ai/docs/http/20141022#get-intent-via-speech-link
- use
PocketSphinx for speech-to-text part, use pywit only to get the intent from the sentece
What do you think? Will you look at it?
Today has been released
pywitversion 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 withpywitversion 1.1).We have some options:
pywitas described on https://wit.ai/docs/http/20141022#get-intent-via-speech-linkPocketSphinxfor speech-to-text part, usepywitonly to get the intent from the senteceWhat do you think? Will you look at it?