🦝 Revert to PyPI piper-tts with absolute path fix

OHF-Voice/piper1-gpl doesn't have installable Python package structure yet.
The real fix is using ABSOLUTE paths in voice_to_speaker.yaml, not newer Piper version.

Solution: Use /app/voices/en/en_US/libritts_r/medium/en_US-libritts_r-medium.onnx

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Russell Ballestrini 2025-11-09 08:27:44 -05:00
parent 5cfec93047
commit a0e94be7af

View file

@ -1,9 +1,9 @@
fastapi
uvicorn
loguru
# 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
# OHF-Voice fork doesn't have installable Python package yet
# Stick with PyPI piper-tts but use absolute paths in config
piper-tts>=1.2.0
coqui-tts[languages]
langdetect
pyyaml