tts grabber
1.0.0
我大约一年前做的快速事物,以下载任何带有任何TTS语音的文字,目前有829个声音可供选择。
该程序将每1500个单词左右将输入分为多个文件,以免达到TTS提供商的任何截止限制。
编辑input.txt将文本更改为合成。
您可以在没有任何参数的情况下仅运行tts.py ,以打开使用默认设置的配音选择器。
PARAMETER TYPE DESCRIPTION
-h, -help --- Shows the help info.
-v, -voice Int Sets the voice id to use.
-s, -speed Int Sets the TTS voice speed (in percent).
-vol, -volume Int Changes the TTS volume (in decibels).
-pp, -period-pause Flt Sets how long the TTS should pause for at periods (in seconds).
-cp, -comma-pause Flt Sets how long the TTS should pause for at commas (in seconds).
-lp, -line-pause Flt Sets how long the TTS should pause for at newlines (in seconds).
带有参数的示例:
tts.py -v 777 -s 100 -vol 0 -pp 1 -cp 0.5 -lp 2