Added ffmpeg requirement for `assistant.picovoice`.

This commit is contained in:
Fabio Manganiello 2024-04-10 20:31:38 +02:00
parent 8702eaa25b
commit 6bd20bfcf6
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 7 additions and 0 deletions

View File

@ -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