claude-memory/graph/solutions/voice-server-urgent-flag-for-volume-boost-ea18c9.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

533 B

id type title tags importance confidence created updated
ea18c962-04fe-4b4a-909c-a2a0e45b6aca solution Voice server urgent flag for volume boost
voice-server
python
fastapi
audio
feature
0.5 0.8 2025-12-19T15:10:35.539137+00:00 2025-12-19T15:10:35.539137+00:00

Added urgent boolean flag to POST /notify endpoint. When urgent=true, audio is played at 1.5x volume with np.clip protection to prevent clipping. Useful for critical messages that need to be heard over ambient noise or wake sleeping speakers.