This repository was archived by the owner on Jan 4, 2026. It is now read-only.
Fix Piper-related issues caused by CLI interface changes in v1.3.0 #101
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First of all, thank you for this fantastic project!
I recently discovered this project and tried to get it running, but encountered a few issues preventing it from working correctly. Specifically, when attempting to use TTS with openwebui, all audio output said "Download DIR voices." Additionally, voice downloading was broken, requiring me to manually download the voices and place them in the
voicesfolder.After investigating, I found that piper has been updated to version 1.3.0, and some of the CLI arguments used in this project are now invalid. The changes in this pull request seem to resolve these issues, and the project is now working as expected.
Here's the reference I used to update the CLI arguments:
https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/CLI.md
I understand this project is no longer actively maintained, but I'm submitting this information in hopes it will be helpful to others who encounter the same problems.
For those running into these issues, you can alternatively clone my fork and build the Docker image:
https://github.com/myeungdev/openedai-speech/tree/piper-v1.3.0