Files
audio-engine-hub/.env.kokoro-test
stephan 91887ae296 feat: Add XTTS v2 support, refactor Docker/GPU infra, and improve Piper engine
- Add XTTS v2 configuration to .env.example
- Refactor Dockerfile to multi-stage build with CUDA 12.1 support
- Update Makefile with Kokoro and XTTS test environment targets
- Refactor Piper engine (app/engines/piper.py) to use python module execution
- Add comprehensive documentation for Kokoro and XTTS plans
- Add helper scripts and patches for build process
2025-12-13 11:37:58 +01:00

8 lines
136 B
Plaintext

ACTIVE_ENGINES='["piper", "kokoro"]'
HOST=0.0.0.0
PORT=8000
# Kokoro Engine Configuration
KOKORO_DEVICE=cuda
KOKORO_TIMEOUT_SECONDS=30