platypush/platypush/plugins/tts/picovoice/manifest.yaml

23 lines
358 B
YAML
Raw Normal View History

2024-04-10 20:32:32 +02:00
manifest:
events: {}
install:
apk:
- ffmpeg
- py3-numpy
apt:
- ffmpeg
- python3-numpy
dnf:
- ffmpeg
- python-numpy
pacman:
- ffmpeg
- python-numpy
- python-sounddevice
pip:
- numpy
- pvorca
- sounddevice
package: platypush.plugins.tts.picovoice
type: plugin