claude-memory/graph/solutions/voice-server-initial-implementation-1c7748.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

584 B

id type title tags importance confidence created updated
1c7748af-daab-4339-b2fc-e6a43bb7d6da solution Voice server initial implementation
voice-server
python
fastapi
piper-tts
sounddevice
tdd
0.7 0.8 2025-12-19T06:18:22.164692+00:00 2025-12-19T06:18:22.164692+00:00

Built a local HTTP TTS service using FastAPI + Piper TTS + sounddevice. POST /notify accepts text and plays it through speakers. Includes async queue for sequential playback, health checks, voice listing. 73 TDD tests. Tech: Python, FastAPI, Piper TTS (neural), sounddevice (PortAudio).