forked from platypush/platypush
Added PicoVoice plugin with support for hotwords [see #130]
This commit is contained in:
parent
e04c6fb921
commit
a5c08ed3e4
17 changed files with 265 additions and 61 deletions
4
setup.py
4
setup.py
|
@ -283,7 +283,9 @@ setup(
|
|||
'zigbee': ['paho-mqtt'],
|
||||
# Support for Z-Wave
|
||||
'zwave': ['python-openzwave'],
|
||||
# Support for DeepSpeech
|
||||
# Support for Mozilla DeepSpeech speech-to-text engine
|
||||
'deepspeech': ['deepspeech', 'numpy','sounddevice'],
|
||||
# Support for PicoVoice speech-to-text engine
|
||||
'picovoice': ['pvporcupine'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue