We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:$i $ {i:4}; done
$ for i in ("mark.mp4" "john.mp4"); do convert
resulting wav file converted to mp3
error.zip
The text was updated successfully, but these errors were encountered: