Skip to content
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

Processing text leads to looped speech output #783

Open
hartmutobendorf opened this issue May 30, 2024 · 1 comment
Open

Processing text leads to looped speech output #783

hartmutobendorf opened this issue May 30, 2024 · 1 comment

Comments

@hartmutobendorf
Copy link

When entering shell-type input into the Web UI, the resulting voice output contains a number of loops at the end of the sound file.

To reproduce:
docker run -it -p 5002:5002 synesthesiam/mozillatts:en

enter:
$ for i in ("mark.mp4" "john.mp4"); do convert $i ${i:4}; done

resulting wav file converted to mp3
error.zip

@gnusupport
Copy link

gnusupport commented Dec 21, 2024

Uploading speech.webm…
I think I have got the same issue. I can heard weird sounding too long files, but at first it was working well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@hartmutobendorf @gnusupport and others