Skip to content

Not able to set speed and pitch #105

@earendil1

Description

@earendil1

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions