From 72b9fb8337cfb7bddc58f74b8977e4a2283e6728 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 5 Jun 2024 18:30:19 -0700 Subject: Update defaults to work with modular prefab There's a modular avatar prefab for the custom chatbox on my gumroad. Update the default settings to work with that prefab. --- GUI/GUI/GUI/Config.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GUI/GUI/GUI/Config.cpp b/GUI/GUI/GUI/Config.cpp index 7cf3833..1314c4d 100644 --- a/GUI/GUI/GUI/Config.cpp +++ b/GUI/GUI/GUI/Config.cpp @@ -65,7 +65,7 @@ AppConfig::AppConfig(wxTextCtrl* out) microphone("index"), language("english"), language_target("Do not translate"), - model("base.en"), + model("small.en"), model_translation("nllb-200-distilled-600M"), button("left joystick"), prio("normal"), @@ -93,10 +93,10 @@ AppConfig::AppConfig(wxTextCtrl* out) transcription_loop_delay_ms(100), keybind("ctrl+x"), - chars_per_sync(8), + chars_per_sync(10), bytes_per_char(1), - rows(3), - cols(36), + rows(4), + cols(40), texture_sz(512), assets_path(), -- cgit v1.2.3