-
Notifications
You must be signed in to change notification settings - Fork 188
Description
Hi, I am trying to set speed and pitch for Azure (or Edge), but so far the file has always the same speed and pitch. Any ideas why?
python3 main.py /Users/dg/Documents/audiobooks/input/Test.epub /Users/dg/Documents/audiobooks/output --tts azure --language es-US --voice_name es-US-PalomaNeural --break_duration "1500" --voice_rate="-47%" --voice_pitch="+50Hz" --voice_volume "+15%" --log DEBUG
I am trying to replicate the parameters I am using in the following website: https://www.text-to-speech.online/
Speed: x0.53 pitch 92
I realized that you do not mention possible changes in speed and pitch for azure, but you do for edge, so I tried:
python3 main.py /Users/dg/Documents/audiobooks/input/Test.epub /Users/dg/Documents/audiobooks/output --tts edge --language es-ES --voice_name es-ES-AlvaroNeural --break_duration "1500" --voice_rate=-50% --voice_pitch=-80Hz --voice_volume "+15%" --log DEBUG
Still no changes in picth or speed. Any ideas why?