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

13 lines
593 B
Markdown

---
id: c63f975c-6e17-4c77-a217-78051a7ee12f
type: fix
title: "Voice server default voice config fix"
tags: [voice-server, python, pydantic, systemd, fix]
importance: 0.5
confidence: 0.8
created: "2025-12-19T06:35:19.999247+00:00"
updated: "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.