Make meeting lifecycle stateful

This commit is contained in:
2026-05-27 12:55:17 +02:00
parent d607b957bb
commit e85274829a
91 changed files with 4076 additions and 479 deletions
+18 -4
View File
@@ -80,16 +80,16 @@
}
},
"AzureSpeech": {
"Endpoint": "wss://germanywestcentral.stt.speech.microsoft.com/speech/universal/v2",
"Region": "germanywestcentral",
"Endpoint": "",
"Region": "westeurope",
"Language": "de-DE",
"AutoDetectLanguages": [
"de-DE"
],
"LanguageIdMode": "Continuous",
"KeyEnv": "AZURE_SPEECH_KEY",
"RecognitionStopTimeout": "00:00:10",
"DiarizeIntermediateResults": true,
"PostProcessingOption": "",
"PhraseListWeight": 1.5
},
"SpeakerIdentification": {
@@ -103,7 +103,8 @@
"MaxSnippetsPerSpeaker": 3,
"SilenceBetweenSnippetsSeconds": 1,
"LiveSampleBufferDuration": "00:10:00",
"MergeRecentIdentityAge": "14.00:00:00"
"MergeRecentIdentityAge": "14.00:00:00",
"MatchTimeout": "00:03:00"
},
"Agent": {
"Endpoint": "https://litellm.schweigert.cloud",
@@ -122,6 +123,19 @@
},
"Api": {
"PublicBaseUrl": "http://localhost:5090"
},
"LaunchProfiles": {
"english": {
"Hotkey": {
"Toggle": "Ctrl+Alt+E"
},
"AzureSpeech": {
"Language": "en-US",
"AutoDetectLanguages": [
"en-US"
]
}
}
}
},
"Logging": {