spec: audio-in.md — wakeword signal, device-scoped sleep, language precedence#114
spec: audio-in.md — wakeword signal, device-scoped sleep, language precedence#114JarbasAl wants to merge 1 commit into
Conversation
Add ovos.listener.wakeword as the observable detection event that opens capture and grounds a wake-word-derived request_lang. Make sleep explicitly device-scoped (a physical device state, suspending capture for all sessions) and unacknowledged by design. Language resolution becomes a MUST precedence rule so every hint producer can predict the transcription language. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 52 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Refines OVOS-AUDIO-IN-1.
Changes
ovos.listener.wakeword— the wake-word detection signal (wake_wordrequired,langoptional), emitted beforeovos.listener.record.started; it is the observable event behind a wake-word-derivedsession.request_langin multi-wakeword deployments. Push-to-talk /ovos.mic.listencapture emits no wake-word signal.ovos.listener.awokenon the sleep→awake transition. (Statement lives with the sleep request itself, not in the wakeword section.)detected_lang→request_lang→session.lang→ deployment default): a deterministic order is what lets every producer of a language hint predict the transcription language, so it is an interop rule, not tuning.context.voice_matchmarked as an illustrative key name, not claimed by this spec.No timeouts/tuning values exist in this spec; nothing to downgrade to RECOMMENDED.
🤖 Generated with Claude Code