Warm up pyannote and FunASR runtimes
PR and Push Build/Test / build-and-test (push) Successful in 6m48s

This commit is contained in:
2026-05-28 13:05:27 +02:00
parent 7ff93b73b3
commit c46c587e65
14 changed files with 696 additions and 20 deletions
+2 -1
View File
@@ -181,7 +181,7 @@ public sealed class AzureSpeechOptions
public string KeyEnv { get; set; } = "AZURE_SPEECH_KEY";
public TimeSpan RecognitionStopTimeout { get; set; } = TimeSpan.FromSeconds(10);
public TimeSpan RecognitionStopTimeout { get; set; } = TimeSpan.FromMinutes(3);
public bool DiarizeIntermediateResults { get; set; } = true;
@@ -321,6 +321,7 @@ public sealed class SpeakerIdentityPyannoteValidationOptions
public PyannoteDiarizationOptions Diarization { get; set; } = new()
{
Enabled = true,
CommandTimeout = TimeSpan.FromHours(1),
AlignmentMode = PyannoteAlignmentMode.PyannoteTurns
};
}