-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
45 lines (45 loc) · 1.45 KB
/
settings.json
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
38
39
40
41
42
43
44
45
{
"screenshot_diff_threshold_percents": 5,
"opencv_threshold": 10,
"loop_interval_seconds": 3.0,
"timestamp_format": "%d_%m_%Y__%H_%M_%S",
"audio_chunk_size": 4096,
"audio_recording_chunks_min": 10,
"audio_wav_sampling_rate": 16000,
"audio_wav_resampling_type": "soxr_mq",
"paragraph_audio_distance_min_milliseconds": 10000,
"recordings_directory_name": "recordings",
"lectures_directory_name": "lectures",
"audio_directory_name": "audio",
"screenshots_directory_name": "screenshots",
"whisper_model_name": "medium",
"whisper_model_language": "ru",
"lecture_build_time_filter_factor": 0.8,
"lecture_picture_width_inches": 6.0,
"lecture_font_size_pt": 12,
"lecture_default_text_color": [
0,
0,
0
],
"lecture_low_confidence_text_color": [
150,
0,
0
],
"word_low_confidence_threshold_percents": 70,
"save_lecture_to_directory": "",
"gui_links": [],
"gui_name": "Tester",
"gui_hello_message": "\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435!",
"gui_hello_message_enabled": true,
"gui_recording_enabled": true,
"gui_proxy": "",
"gui_max_event_time_enabled": true,
"gui_max_event_time_milliseconds": 6000000,
"gui_zoom_reconnects_enabled": true,
"gui_zoom_reconnects_max": 2,
"gui_audio_threshold_dbfs": -35,
"gui_video_audio_file": "",
"gui_tabs_current_index": 0
}