Skip to content

Commit bf3bc4b

Browse files
JarbasAlclaude
andcommitted
docs: add OVOS-AUDIO-1 to README spec table and CHANGELOG
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 71821c7 commit bf3bc4b

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ Each specification is versioned independently, starting at version 1. Every
55
pull request that alters normative content bumps the affected spec's `Version`
66
field and adds an entry here.
77

8+
## OVOS-AUDIO-1 — Audio Output Service
9+
10+
### 1
11+
12+
- Initial draft. Defines two rendering modes (`ovos.utterance.speak`
13+
for local playback, `ovos.utterance.speak.b64` for remote-client
14+
delivery), sequential playback queue for speech and sound effects,
15+
fire-and-forget playback control (`ovos.audio.speech`), session
16+
scoping (default session only for local service), TTS-as-a-service
17+
via `ovos.audio.speech`, stop/pause/resume/duck lifecycle, and
18+
conformance roles (Audio Service, Orchestrator, Skill, TTS Plugin).
19+
820
## OVOS-INTENT-1 — Sentence Template Grammar
921

1022
### 2

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ below). Adoption is voluntary; conformance, once adopted, is not.
113113
| OVOS-CONTEXT-1 | [Intent Context](intent-context.md) | 1 | [Draft — in review (PR #18)](https://github.com/OpenVoiceOS/architecture/pull/18) |
114114
| OVOS-CONVERSE-1 | [Active Handlers and Interactive Response](converse.md) | 1 | [Draft — in review (PR #25)](https://github.com/OpenVoiceOS/architecture/pull/25) |
115115
| OVOS-STOP-1 | [Stop Pipeline Plugin](ovos-stop-1.md) | 1 | [Draft — in review (PR #33)](https://github.com/OpenVoiceOS/architecture/pull/33) |
116+
| OVOS-AUDIO-1 | [Audio Output Service](audio-out.md) | 1 | [Draft — in review (PR #38)](https://github.com/OpenVoiceOS/architecture/pull/38) |
116117
| OVOS-AUDIO-IN-1 | [Audio Input Service](ovos-audio-in-1.md) | 1 | Draft |
117118

118119
Each spec carries its own scope statement, design rationale, and

0 commit comments

Comments
 (0)