-
Notifications
You must be signed in to change notification settings - Fork 0
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
Piper #15
Conversation
GPU support to be added. STDERR from Piper is suppressed for now.
Note, this is perhaps not the best way to indicate the current text format.
Change class name so not to conflict with piper python bindings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume issues marked resolved have been fixed but not pushed. Some sort of dependency conflict in CI, but otherwise looks fine to me. Some good bug fixes in there.
I suggest removing
in tts.py, and making one of the Piper voices the default voice. That way, the package works out of the box without requiring an API key. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 6 out of 6 changed files in this pull request and generated no suggestions.
Remove API key warning. Small piper fixes.
I'm looking into the dependency issues. It seems python 3.12 has problems with both Piper and OpenSSL 3.0.* required by Azure services. |
This is due to greynir terminal nodes being None and zip not being strict.
Add Piper TTS and misc bug fixes.
The last commit, 13c84a0, needs some work.