microsoft / SpeechT5

Unified-Modal Speech-Text Pre-Training for Spoken Language Processing
MIT License
1.09k stars 113 forks source link

how to pause between two words ? #43

Open hulk10425 opened 1 year ago

hulk10425 commented 1 year ago

I have use "< break time="3s" / > " in my text file, but it's seems not work.

How can I make short pause between two words ?

zz12375 commented 1 year ago

Hi @hulk10425, can you provide more detailed information? e.g. Which model you are following (SpeechT5 or others?)

omega3 commented 5 months ago

I installed from here https://huggingface.co/microsoft/speecht5_tts and run it with script provided on point 3 "Run inference via the Transformers modelling code"

Can you tell how to use < break time="3s" /> ? How to add it to this script? I don't have IT background, so I can't figure it out myself.

Is it also possible to control speed with ssml tags?