tts grabber
1.0.0
1 년 전에 TTS Voice가있는 텍스트, 현재 선택할 수있는 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