Public Access
Improve toast duration and speaker override samples
PR and Push Build/Test / build-and-test (push) Failing after 9m48s
PR and Push Build/Test / build-and-test (push) Failing after 9m48s
This commit is contained in:
@@ -484,6 +484,8 @@ Meeting Assistant SHALL support an optional configurable pyannote secondary vali
|
||||
|
||||
When pyannote secondary validation is enabled, Meeting Assistant SHALL verify candidate speaker samples before retaining them for identity matching. Samples that pyannote reports as containing multiple speakers SHALL be rejected.
|
||||
|
||||
When pyannote secondary validation is enabled, Meeting Assistant SHALL verify speaker-override samples before retaining them on speaker identities. Speaker overrides whose source samples are rejected SHALL NOT create a new speaker identity from that rejected sample.
|
||||
|
||||
When pyannote secondary validation is enabled and the primary identity matcher confirms a speaker, Meeting Assistant SHALL run a second validation pass through pyannote before accepting the match.
|
||||
|
||||
If pyannote secondary validation cannot confirm that the unknown live sample and matched identity samples belong to one speaker, Meeting Assistant SHALL reject the match.
|
||||
@@ -497,6 +499,12 @@ When pyannote secondary validation is enabled, Meeting Assistant SHALL start a n
|
||||
- **WHEN** pyannote reports multiple speakers in a candidate sample
|
||||
- **THEN** Meeting Assistant does not retain that sample for identity matching
|
||||
|
||||
#### Scenario: Multi-speaker speaker-override sample is rejected
|
||||
- **GIVEN** pyannote secondary validation is enabled
|
||||
- **WHEN** a summary speaker override resolves a source sample that pyannote reports as containing multiple speakers
|
||||
- **THEN** Meeting Assistant does not retain that sample on a speaker identity
|
||||
- **AND** does not create a new speaker identity from that rejected sample
|
||||
|
||||
#### Scenario: Pyannote rejects primary match
|
||||
- **GIVEN** pyannote secondary validation is enabled
|
||||
- **AND** the primary identity matcher confirms `Guest03` as `Chris`
|
||||
|
||||
Reference in New Issue
Block a user