Add inactivity safeguard and speaker diagnostics
PR and Push Build/Test / build-and-test (push) Failing after 8m31s

This commit is contained in:
2026-06-02 13:16:02 +02:00
parent c56ecb6ab3
commit 0e9d525b63
24 changed files with 1780 additions and 117 deletions
+12 -1
View File
@@ -25,7 +25,18 @@
"BackgroundMetadataLookupTimeout": "00:01:00",
"MaxMetadataAttendeeImportCount": 30,
"OpenMeetingNoteDelay": "00:00:01",
"TemporaryRecordingsFolder": "%LOCALAPPDATA%\\MeetingAssistant\\Recordings"
"TemporaryRecordingsFolder": "%LOCALAPPDATA%\\MeetingAssistant\\Recordings",
"InactivitySafeguard": {
"Enabled": true,
"FirstPromptAfter": "00:02:00",
"ReminderPromptAfter": [
"00:05:00",
"00:10:00"
],
"AutoStopAfter": "00:30:00",
"InferredEndPadding": "00:01:00",
"CheckInterval": "00:00:15"
}
},
"FunAsr": {
"Endpoint": "ws://127.0.0.1:10095",