Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
coqui_stt_tts_dokuwiki_page [2022/01/06 05:48] – created garyrust | coqui_stt_tts_dokuwiki_page [2022/01/06 09:36] (current) – [3. Text-To-Speech Sandbox] garyrust | ||
---|---|---|---|
Line 40: | Line 40: | ||
===== - Text-To-Speech Sandbox ===== | ===== - Text-To-Speech Sandbox ===== | ||
[[#Top]] \\ | [[#Top]] \\ | ||
+ | - espeak " | ||
+ | - tts --text " | ||
+ | - aplay tts_output.wav | ||
+ | - [[https:// | ||
+ | - [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | < | ||
+ | <iframe src=" | ||
+ | </ | ||
+ | < | ||
+ | <xmp> | ||
+ | |||
+ | #!/bin/bash | ||
+ | SPEAK=$(zenity --entry \ | ||
+ | | ||
+ | | ||
+ | | ||
+ | echo $SPEAK; | ||
+ | tts --text " | ||
+ | # sleep 5 ; | ||
+ | aplay tts_output.wav ; | ||
+ | |||
+ | </ | ||
+ | </ |