tts grabber
1.0.0
私が約1年前に作成したのは、現在から選択できるTTS Voice、829の声を含むテキストをダウンロードするために作成しました。
このプログラムは、TTSプロバイダーからのカットオフ制限を押さないように、1500語などごとに入力を複数のファイルに分割します。
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