Skip to content

Commit

Permalink
Notes on piper-tts install issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
xiolett committed Feb 18, 2024
1 parent 3db66e0 commit 9b69a94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ aiVoice.*
curlResponse.txt
response.txt
chatHistory.txt

# MacOS Workaround for piper-tts and piper-phonemize version issue
piper-phonemize
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ Third, have an installation of [pipx](https://github.com/pypa/pipx?tab=readme-ov

### Build & Ship
1. Install piper-tts via `pipx`, or into a venv. `pipx` is certainly more convenient.
* There are some issues with a recent swap on semantic versioning for piper-tts. A temp workaround has been found thanks to nickolay under [piper-phonemize issue-14](https://github.com/rhasspy/piper-phonemize/issues/14#issuecomment-1837289540)

1. Kick off the building of the various components with
2. Kick off the building of the various components with
```sh
./setup.sh;
```
Expand Down

0 comments on commit 9b69a94

Please sign in to comment.