claude-memory/graph/fixes/voice-server-default-voice-config-fix-c63f97.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

593 B

id type title tags importance confidence created updated
c63f975c-6e17-4c77-a217-78051a7ee12f fix Voice server default voice config fix
voice-server
python
pydantic
systemd
fix
0.5 0.8 2025-12-19T06:35:19.999247+00:00 2025-12-19T06:35:19.999247+00:00

Fixed default voice configuration in voice-server. The Pydantic NotifyRequest model had a hardcoded default voice that bypassed settings.default_voice from .env. Changed voice field to default=None so route handler uses settings. Also added EnvironmentFile directive to systemd service for reliable .env loading.