Public Access
15 lines
896 B
Markdown
15 lines
896 B
Markdown
## ADDED Requirements
|
|
|
|
### Requirement: Meeting Assistant transcribes meetings with speaker attribution
|
|
Meeting Assistant SHALL transcribe meeting audio and associate transcript segments with speakers when speaker attribution is available.
|
|
|
|
The transcription contract SHALL remain independent of the meeting source so that local audio, in-person meetings, and future meeting-platform integrations can use the same downstream processing.
|
|
|
|
#### Scenario: Speaker-attributed transcript is produced
|
|
- **WHEN** meeting audio is transcribed and speaker attribution is available
|
|
- **THEN** the transcript contains ordered speaker-attributed segments
|
|
|
|
#### Scenario: Speaker attribution is unavailable
|
|
- **WHEN** meeting audio is transcribed but speaker attribution is unavailable
|
|
- **THEN** Meeting Assistant keeps the transcript and marks speaker identity as unknown rather than discarding the meeting
|