From acccf8ebcff0f7cc2b26e45e497f8b12ab73d8e1 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 5 Feb 2024 17:01:12 -0800 Subject: Verify that audio is clean after VAD segmentation Indeed it is. Bumped up the default max segment length to decrease error. Also add mic presets for beyond (the vr headset) and motu (my mic interface). --- GUI/GUI/GUI/Config.cpp | 2 +- GUI/GUI/GUI/Frame.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'GUI') diff --git a/GUI/GUI/GUI/Config.cpp b/GUI/GUI/GUI/Config.cpp index 2abe5b2..a92502d 100644 --- a/GUI/GUI/GUI/Config.cpp +++ b/GUI/GUI/GUI/Config.cpp @@ -87,7 +87,7 @@ AppConfig::AppConfig(wxTextCtrl* out) enable_lock_at_spawn(true), gpu_idx(0), min_silence_duration_ms(250), - max_speech_duration_s(5), + max_speech_duration_s(15), reset_after_silence_s(10), transcription_loop_delay_ms(100), keybind("ctrl+x"), diff --git a/GUI/GUI/GUI/Frame.cpp b/GUI/GUI/GUI/Frame.cpp index 0c83742..8e4eb6d 100644 --- a/GUI/GUI/GUI/Frame.cpp +++ b/GUI/GUI/GUI/Frame.cpp @@ -119,7 +119,9 @@ namespace { const wxString kMicChoices[] = { "index", + "beyond", "focusrite", + "motu", // ok now this is epic "0", "1", -- cgit v1.2.3