This commit is contained in:
Christian Kauer 2026-03-26 09:16:33 +01:00
parent 4a9a1ec799
commit b7c3c23c0b
2 changed files with 18 additions and 6 deletions

View File

@ -1,7 +1,11 @@
{ {
"hotkey": "ctrl+shift+space", "hotkey": "ctrl+shift+space",
"language": "de", "language": "de",
"sample_rate": 16000, "sample_rate": 16000,
"vocab_path": "shared_data/vocabulary.json", "vocab_path": "shared_data/vocabulary.json",
"model_dir": "shared_data/" "model_dir": "shared_data/",
"grammar_check": true,
"paste_delay_ms": 300,
"media_duck": true,
"duck_percent": 20
} }

View File

@ -70,6 +70,14 @@
{ {
"from": "GRA App", "from": "GRA App",
"to": "KRAH-App" "to": "KRAH-App"
},
{
"from": "Zar matt",
"to": "Zammad"
},
{
"from": "Langbannsystem",
"to": "KANBAN-System"
} }
] ]
} }