forked from platypush/platypush
Updated tts
plugin dependencies, as they now leverage the sound
plugin.
This commit is contained in:
parent
68c73fa181
commit
72b2625425
3 changed files with 60 additions and 3 deletions
|
@ -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:
|
||||
- sounddevice
|
||||
- google-cloud-texttospeech
|
||||
- numpy
|
||||
package: platypush.plugins.tts.google
|
||||
type: plugin
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue