From b7c3c23c0b57dd30cfe1823b8cb6327f3949cab5 Mon Sep 17 00:00:00 2001 From: Christian Kauer Date: Thu, 26 Mar 2026 09:16:33 +0100 Subject: [PATCH] upd dict --- config.json | 16 ++++++++++------ shared_data/vocabulary.json | 8 ++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/config.json b/config.json index a36cfc7..a417f30 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,11 @@ -{ - "hotkey": "ctrl+shift+space", - "language": "de", - "sample_rate": 16000, - "vocab_path": "shared_data/vocabulary.json", - "model_dir": "shared_data/" +{ + "hotkey": "ctrl+shift+space", + "language": "de", + "sample_rate": 16000, + "vocab_path": "shared_data/vocabulary.json", + "model_dir": "shared_data/", + "grammar_check": true, + "paste_delay_ms": 300, + "media_duck": true, + "duck_percent": 20 } \ No newline at end of file diff --git a/shared_data/vocabulary.json b/shared_data/vocabulary.json index 995ac8c..b4f25b0 100644 --- a/shared_data/vocabulary.json +++ b/shared_data/vocabulary.json @@ -70,6 +70,14 @@ { "from": "GRA App", "to": "KRAH-App" + }, + { + "from": "Zar matt", + "to": "Zammad" + }, + { + "from": "Langbannsystem", + "to": "KANBAN-System" } ] } \ No newline at end of file