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