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:
|
manifest:
|
||||||
events: {}
|
events: {}
|
||||||
install:
|
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:
|
pip:
|
||||||
|
- sounddevice
|
||||||
- google-cloud-texttospeech
|
- google-cloud-texttospeech
|
||||||
|
- numpy
|
||||||
package: platypush.plugins.tts.google
|
package: platypush.plugins.tts.google
|
||||||
type: plugin
|
type: plugin
|
||||||
|
|
|
@ -1,6 +1,25 @@
|
||||||
manifest:
|
manifest:
|
||||||
events: {}
|
events: {}
|
||||||
install:
|
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
|
package: platypush.plugins.tts
|
||||||
type: plugin
|
type: plugin
|
||||||
|
|
|
@ -1,6 +1,25 @@
|
||||||
manifest:
|
manifest:
|
||||||
events: {}
|
events: {}
|
||||||
install:
|
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
|
package: platypush.plugins.tts.mimic3
|
||||||
type: plugin
|
type: plugin
|
||||||
|
|
Loading…
Reference in a new issue