- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
584 B
584 B
| id | type | title | tags | importance | confidence | created | updated | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1c7748af-daab-4339-b2fc-e6a43bb7d6da | solution | Voice server initial implementation |
|
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).