Public Access
Warm up pyannote and FunASR runtimes
PR and Push Build/Test / build-and-test (push) Successful in 6m48s
PR and Push Build/Test / build-and-test (push) Successful in 6m48s
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user