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