From 934edaa9e143683dbc1d70d256b41479218baf11 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Mon, 18 Aug 2025 13:54:55 -0700 Subject: [PATCH] Maybe slightly better, no speech detection. --- src-tauri/src/managers/transcription.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/src/managers/transcription.rs b/src-tauri/src/managers/transcription.rs index bd68c41..473eb28 100644 --- a/src-tauri/src/managers/transcription.rs +++ b/src-tauri/src/managers/transcription.rs @@ -295,6 +295,7 @@ impl TranscriptionManager { params.set_print_realtime(false); params.set_print_timestamps(false); params.set_suppress_blank(true); + params.set_no_speech_thold(0.2); params.set_suppress_non_speech_tokens(true); // Enable translation to English if requested