voice-server/app
Cal Corum 7cc2148370 Fix default voice to use server configuration
Changed voice field in NotifyRequest from hardcoded default to None,
allowing the route handler to use settings.default_voice from .env.
Added EnvironmentFile directive to systemd service for reliable config loading.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-19 00:35:12 -06:00
..
__init__.py Initial commit: Voice server with Piper TTS 2025-12-19 00:18:12 -06:00
audio_player.py Initial commit: Voice server with Piper TTS 2025-12-19 00:18:12 -06:00
config.py Initial commit: Voice server with Piper TTS 2025-12-19 00:18:12 -06:00
main.py Initial commit: Voice server with Piper TTS 2025-12-19 00:18:12 -06:00
models.py Fix default voice to use server configuration 2025-12-19 00:35:12 -06:00
queue_manager.py Initial commit: Voice server with Piper TTS 2025-12-19 00:18:12 -06:00
routes.py Initial commit: Voice server with Piper TTS 2025-12-19 00:18:12 -06:00
tts_engine.py Initial commit: Voice server with Piper TTS 2025-12-19 00:18:12 -06:00