tts grabber
1.0.0
Hal cepat yang saya buat sekitar setahun yang lalu untuk mengunduh teks apa pun dengan suara TTS apa pun, 829 suara untuk dipilih saat ini.
Program akan membagi input menjadi beberapa file setiap 1500 kata atau lebih untuk tidak mencapai batas cutoff dari penyedia TTS.
Edit input.txt untuk mengubah teks untuk disintesis.
Anda dapat menjalankan hanya tts.py tanpa parameter apa pun untuk membuka pemilih suara dengan pengaturan default.
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).
Contoh dengan parameter:
tts.py -v 777 -s 100 -vol 0 -pp 1 -cp 0.5 -lp 2