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.ResponseEvent
|
||||||
- platypush.message.event.assistant.SpeechRecognizedEvent
|
- platypush.message.event.assistant.SpeechRecognizedEvent
|
||||||
install:
|
install:
|
||||||
|
apk:
|
||||||
|
- ffmpeg
|
||||||
|
apt:
|
||||||
|
- ffmpeg
|
||||||
|
dnf:
|
||||||
|
- ffmpeg
|
||||||
pacman:
|
pacman:
|
||||||
|
- ffmpeg
|
||||||
- python-sounddevice
|
- python-sounddevice
|
||||||
pip:
|
pip:
|
||||||
- pvcheetah
|
- pvcheetah
|
||||||
|
|
Loading…
Reference in a new issue