-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No silence between sentences #151
Comments
Actually I am testing it now and |
This has been fixed in 1.2.0. Additionally, you can now modify the silence after any phoneme (including punctuation like commas). |
How is this done? |
They forgot to add this to the --help menu, but the option is |
When I run piper I get output that doesn't have any gaps between sentences.
See attached output wav for result (zipped b/c GitHub won't allow me to upload Wav).
hello.zip
I have tried passing
--silence_seconds 1
, this had no effect. Looking through source code, I found that maybe it's--sentence_silence
https://github.com/rhasspy/piper/blob/c00ffd33340afa417d69760dc2c92c73dacef5c8/src/cpp/main.cpp#L453C24-L453C42 but it didn't work either.This is actually not a problem for me, because I already divide the text into sentences before running it through piper, but it probably needs fixing
The text was updated successfully, but these errors were encountered: