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

13 lines
533 B
Markdown

---
id: ea18c962-04fe-4b4a-909c-a2a0e45b6aca
type: solution
title: "Voice server urgent flag for volume boost"
tags: [voice-server, python, fastapi, audio, feature]
importance: 0.5
confidence: 0.8
created: "2025-12-19T15:10:35.539137+00:00"
updated: "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.