-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini.example
More file actions
75 lines (66 loc) · 1.24 KB
/
Copy pathconfig.ini.example
File metadata and controls
75 lines (66 loc) · 1.24 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[General]
language = system
theme = system
deck_count = 10
[Audio]
# Use "null" for livestream-only operation without a physical sound device
output_device = default
buffer_size = 2048
sample_rate = 48000
[Automation]
switch_interval = 10
crossfade_duration = 2.0
crossfade_enabled = True
level_switch_enabled = False
level_threshold_db = -30
level_hysteresis_db = 3
level_hold_time = 3
[UI]
show_statusbar = True
show_level_meter = True
deck_list_focus = True
force_dataview = False
window_width = 1200
window_height = 800
[Recorder]
format = wav
output_directory =
bit_depth = 16
bitrate = 192
pre_roll_seconds = 30
[Streaming]
auto_reconnect = True
reconnect_wait = 5
max_reconnect_attempts = 5
connection_timeout = 10
read_timeout = 30
server =
port = 8000
mountpoint = /stream
credentials =
codec = mp3
bitrate = 192
name = MultiDeck Live
description =
genre = Various
url =
public = False
connect_at_startup = False
queue_blocks = 128
writer_poll_ms = 100
ffmpeg_close_timeout = 5.0
ffmpeg_loglevel = error
[Recent]
max_recent_items = 10
[RecentFiles]
[Logging]
# Log levels: DEBUG, INFO, WARNING, ERROR, CRITICAL
level = INFO
file_logging = True
console_logging = False
[TTS]
tts_enabled = False
tts_engine =
tts_voice =
tts_rate = 0
tts_volume = -1