🦝 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:
Russell Ballestrini 2025-11-09 08:19:02 -05:00
parent 5fa62908d8
commit 5564d3fc6f
2 changed files with 85 additions and 1 deletions

View file

@ -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