🦝 Raccoon Mission: Add Makefile and upgrade to Piper v1.3.0 from OHF-Voice
- Add comprehensive Makefile for deployment to ai.foxhop.net - Switch from abandoned rhasspy/piper to OHF-Voice/piper1-gpl v1.3.0 - Add voice download automation with correct directory structure - Includes deploy, sync, test, logs, and voice management commands Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5fa62908d8
commit
5564d3fc6f
2 changed files with 85 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
fastapi
|
||||
uvicorn
|
||||
loguru
|
||||
piper-tts>=1.2.0
|
||||
# Use newer OHF-Voice fork instead of abandoned rhasspy version
|
||||
# piper-tts>=1.2.0
|
||||
git+https://github.com/OHF-Voice/piper1-gpl.git@v1.3.0#subdirectory=src/python_run
|
||||
coqui-tts[languages]
|
||||
langdetect
|
||||
pyyaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue