spec: audio-out.md — container-authoritative audio format; mime/sample_rate optional#106
spec: audio-out.md — container-authoritative audio format; mime/sample_rate optional#106JarbasAl wants to merge 1 commit into
Conversation
…ample_rate The audio format is intrinsic to the payload's container: WAV/MP3/OGG/ FLAC self-describe via their leading bytes, so a mandatory mime field would be a second, contradictable declaration. mime and sample_rate are OPTIONAL advisory hints; both are REQUIRED only for headerless raw streams (raw PCM). Applied uniformly to ovos.audio.queue, play_sound and speech (new §4.0). is_speaking now answers via the MSG-1 response derivation. TRANSFORM-1 referenced by its actual title. 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-1 to a single, pure audio-format rule.
Changes
mimeis therefore OPTIONAL and advisory (a hint a consumer MAY use to skip container detection; the container is authoritative on disagreement).sample_rateis OPTIONAL. Both become REQUIRED only when the payload is a headerless raw stream (raw PCM) with no container. Applied uniformly toovos.audio.queue(§4.1),ovos.audio.play_sound(§4.2), andovos.audio.speech(§4.3).responsederivation (ovos.audio.is_speaking.response), closing an unspecified reply leg.Version stays 2: these are editorial/additive refinements within the existing compatibility class (VERSIONING.md).
🤖 Generated with Claude Code