-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
37 lines (37 loc) · 821 Bytes
/
config.json
File metadata and controls
37 lines (37 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"audio_device_index": 1,
"audio_device_name": "Mikrofon (UM02)",
"language": "de",
"num_speakers": 2,
"vosk_model_path": "Y:\\AAT\\backend\\vosk-model-small-de-0.15",
"silence_threshold": 0.01,
"num_channels": 1,
"beamforming_enabled": true,
"mic_spacing_m": 0.05,
"look_direction_deg": 0.0,
"audio_sources": [
{
"device_index": 1,
"device_name": "Mikrofon (UM02)",
"channels": 1,
"measure_channel": 0,
"x": 0.0,
"y": 0.0,
"z": 0.0
}
],
"eq_low_db": 0.0,
"eq_mid_db": 0.0,
"eq_high_db": 0.0,
"mic_settings": [
{
"gain": 1.0,
"noise_gate": false,
"noise_gate_threshold_db": -40.0
}
],
"ollama_enabled": false,
"ollama_url": "http://localhost:11434",
"ollama_model": "llama3.2",
"ollama_timeout": 10.0
}