-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
26 lines (26 loc) · 807 Bytes
/
Copy pathsettings.json
File metadata and controls
26 lines (26 loc) · 807 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
{
"whisper_model": "tiny",
"font_size": 19,
"font_color": "#ffff00",
"position": "bottom",
"use_gpu": true,
"device": "cuda",
"source_language": "en",
"target_language": "zh",
"window_width": 1000,
"window_height": 80,
"subtitle_mode": "both",
"input_device": "CABLE Output (VB-Audio Virtual (Index: 1)",
"output_device": "DELL S2721DGF (NVIDIA High Defi (Index: 5)",
"monitor_enabled": true,
"main_window_width": 800,
"main_window_height": 782,
"audio_delay_enabled": true,
"audio_delay_ms": 3388,
"original_font_color": "#55ffff",
"original_font_size": 14,
"translation_font_size": 19,
"show_audio_stats": false,
"original_font_family": "Arial",
"translation_font_family": "黑体"
}