netease-youdao / EmotiVoice

EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
Apache License 2.0
6.63k stars 556 forks source link

Inserting pause is not working #59

Closed PatroxGaurab closed 7 months ago

PatroxGaurab commented 7 months ago

tried with <break> with ... everything but it does not insert a pause. Did anyone else face the same issue?

syq163 commented 7 months ago

Thank you, and confirmed! This was a bug in 'frontend.py', as it omitted 'silence' information from punctuations. Please update the code to see if it works.

PatroxGaurab commented 7 months ago

Thanks, I am running through docker, I have updated the code at frontend.py, can you help me with how to update the docker image at my end. This is what I am using. docker run -dp 127.0.0.1:8501:8501 syq163/emoti-voice:latest

syq163 commented 7 months ago

I updated the Docker image 10 minutes ago. You can update it by running docker pull syq163/emoti-voice:latest , then rerun it using docker run -dp 127.0.0.1:8501:8501 syq163/emoti-voice:latest.

PatroxGaurab commented 7 months ago

Changed the necessary things and working fine, closing the issue. Thanks a lot @syq163