Public Access
Make meeting lifecycle stateful
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user