Public Access
Archive summary refinements and profile switching
PR and Push Build/Test / build-and-test (push) Successful in 6m37s
PR and Push Build/Test / build-and-test (push) Successful in 6m37s
This commit is contained in:
@@ -21,6 +21,15 @@ internal sealed class SpeakerAudioSampleCollector
|
||||
audioBuffer.Append(chunk);
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
lock (gate)
|
||||
{
|
||||
samplesBySpeaker.Clear();
|
||||
audioBuffer.Reset();
|
||||
}
|
||||
}
|
||||
|
||||
public void TryAdd(TranscriptionSegment segment)
|
||||
{
|
||||
if (!IsDiarizedSpeaker(segment.Speaker))
|
||||
|
||||
Reference in New Issue
Block a user