Added ffmpeg requirement for assistant.picovoice.

This commit is contained in:
Fabio Manganiello 2024-04-10 20:31:38 +02:00
parent 8193c5702c
commit a4c911a5d7

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