Updated `tts` plugin dependencies, as they now leverage the `sound` plugin.

This commit is contained in:
Fabio Manganiello 2023-10-28 16:48:19 +02:00
parent 68c73fa181
commit 72b2625425
3 changed files with 60 additions and 3 deletions

View File

@ -1,7 +1,26 @@
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-sounddevice
- python-numpy
pip:
- google-cloud-texttospeech
- sounddevice
- google-cloud-texttospeech
- numpy
package: platypush.plugins.tts.google
type: plugin

View File

@ -1,6 +1,25 @@
manifest:
events: {}
install:
pip: []
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:
- numpy
- sounddevice
package: platypush.plugins.tts
type: plugin

View File

@ -1,6 +1,25 @@
manifest:
events: {}
install:
pip: []
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:
- numpy
- sounddevice
package: platypush.plugins.tts.mimic3
type: plugin