platypush/platypush/plugins/tts/manifest.yaml

27 lines
439 B
YAML

manifest:
events: {}
install:
apk:
- ffmpeg
- portaudio-dev
- py3-numpy
apt:
- ffmpeg
- portaudio19-dev
- python3-numpy
dnf:
- ffmpeg
- portaudio-devel
- python-numpy
pacman:
- ffmpeg
- portaudio
- python-numpy
- python-sounddevice
pip:
- num2words
- numpy
- sounddevice
package: platypush.plugins.tts
type: plugin