Speech-despatcher
#356
-
Is there one way to use gTTS with Speech-despatcher as a generic module ? I've tried to do this module: " |
Beta Was this translation helpful? Give feedback.
Answered by
FAb7D
Jun 12, 2022
Replies: 1 comment
-
Solved with this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pndurette
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved with this:
GenericExecuteSynth "gtts-cli -l en "$DATA" >/tmp/gtts-said.mp3 && play /tmp/gtts-said.mp3 >/dev/null"
GenericCmdDependency "gtts-cli"