Files
2026-05-27 12:55:17 +02:00

17 lines
1.0 KiB
Markdown

## ADDED Requirements
### Requirement: Speech recognition diagnostics are launch-profile aware
Meeting Assistant SHALL preserve existing ASR diagnostic endpoint URLs as default-profile URLs.
Meeting Assistant SHALL provide equivalent named-profile ASR diagnostic endpoint URLs that include the profile name.
When a named-profile ASR diagnostic endpoint is used, Meeting Assistant SHALL create the speech recognition pipeline from the resolved profile configuration.
#### Scenario: Default ASR diagnostic URL uses default profile
- **WHEN** the user submits a WAV file to the existing ASR diagnostic endpoint URL
- **THEN** Meeting Assistant streams the WAV through the default launch profile's configured speech recognition pipeline
#### Scenario: Named ASR diagnostic URL uses named profile
- **WHEN** the user submits a WAV file to the ASR diagnostic endpoint URL for profile `english`
- **THEN** Meeting Assistant streams the WAV through the resolved `english` launch profile's configured speech recognition pipeline