forked from platypush/platypush
Implemented PicoVoice speech-to-text integration [closes #130]
This commit is contained in:
parent
a5c08ed3e4
commit
ce0f3227ec
10 changed files with 188 additions and 26 deletions
4
setup.py
4
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue