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 · 0 comments
Open

Processing text leads to looped speech output #783

hartmutobendorf opened this issue May 30, 2024 · 0 comments

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

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

2 participants
@hartmutobendorf and others