forked from platypush/platypush
Added ffmpeg requirement for assistant.picovoice
.
This commit is contained in:
parent
8193c5702c
commit
a4c911a5d7
1 changed files with 7 additions and 0 deletions
|
@ -12,7 +12,14 @@ manifest:
|
|||
- platypush.message.event.assistant.ResponseEvent
|
||||
- platypush.message.event.assistant.SpeechRecognizedEvent
|
||||
install:
|
||||
apk:
|
||||
- ffmpeg
|
||||
apt:
|
||||
- ffmpeg
|
||||
dnf:
|
||||
- ffmpeg
|
||||
pacman:
|
||||
- ffmpeg
|
||||
- python-sounddevice
|
||||
pip:
|
||||
- pvcheetah
|
||||
|
|
Loading…
Reference in a new issue