summaryrefslogtreecommitdiffstats
path: root/GUI
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-06-05 18:30:19 -0700
committeryum <yum.food.vr@gmail.com>2024-06-06 00:45:27 -0700
commit72b9fb8337cfb7bddc58f74b8977e4a2283e6728 (patch)
tree0c08e2703ffc98a8008a86ee527fc55ceadf2d97 /GUI
parent4f0fb5b17de990517e3c1de7ffee5d0f3c9a8961 (diff)
Update defaults to work with modular prefabv0.19.0
There's a modular avatar prefab for the custom chatbox on my gumroad. Update the default settings to work with that prefab.
Diffstat (limited to 'GUI')
-rw-r--r--GUI/GUI/GUI/Config.cpp8
1 files 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(),