Implemented PicoVoice speech-to-text integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-03-07 20:21:32 +01:00
parent a5c08ed3e4
commit ce0f3227ec
10 changed files with 188 additions and 26 deletions

View file

@ -285,7 +285,9 @@ setup(
'zwave': ['python-openzwave'],
# Support for Mozilla DeepSpeech speech-to-text engine
'deepspeech': ['deepspeech', 'numpy','sounddevice'],
# Support for PicoVoice hotword detection engine
'picovoice-hotword': ['pvporcupine'],
# Support for PicoVoice speech-to-text engine
'picovoice': ['pvporcupine'],
'picovoice-speech': ['pvcheetah @ git+https://github.com/BlackLight/cheetah'],
},
)