-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.cfg
184 lines (127 loc) · 3.01 KB
/
settings.cfg
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
cc = -1
test_peak_tracking = 0
DUET.static_rebuild = 0
# 1 shows the marginals , 2 shows also the 2D
show_each_hist = 0
hist_pause = 1
hist.use_smoothing = 1
#conditional on use_smoothing
hist.use_smoothing_2D = 1
N_accum_frames = 100
# If < 0 deactivates writing files as well
render = -1
wait = 0
clear = 0
#sleep_us = 200000
# due to heuristic filtering there may be false positives that eliminate lower-scoring true peaks thus more than the "real" N_max needs to be set here
#### PUT N_MAX AND MAX_CLUSTERS BACK TO 10 - WE HAVE TO SORT THIS BUG
N_max = 20
max_clusters = 20
max_active_streams = 60
streams = 500
a0min = 0.9
max_Lambda_distance = 1e-6
# below this limit the stream is merged upon death to the closest active stream.
min_active_blocks = 0
stream_max_inactive_time_s = .5
#single_assignment = 0
# Audio inputs
wav_filepath = sounds_database/mike.wav
x1_wav = sounds/x0.wav
x2_wav = sounds/x1.wav
## FFT configurations ##
FFT_N = 1412
FFT_N = 10000
FFT_N = 2822
FFT_N = 1412
#FFT_N = 13750
# integer value
FFT_slide_percentage = 50
window = Hamming
FFT_oversampling_factor = 1
DUET.low_cutoff_Hz = 1
DUET.high_cutoff_Hz = 0
# Histogram settings
alpha.min = -5e-2
alpha.max = 5e-2
delta.min = -3e-5
delta.max = 3e-5
hist.dalpha = .8e-3
hist.ddelta = 1.5e-7
alpha.min = -1.5
alpha.max = 1.5
delta.min = -9e-5
delta.max = 9e-5
hist.dalpha = .2e-2
hist.ddelta = 3e-7
alpha.min = -.5
alpha.max = .5
delta.min=-3e-5
delta.max = 3e-5
hist.dalpha = 1e-3
hist.ddelta = .2e-6
#Report initial tests (C_R)
#alpha.min = 0
#alpha.max = .1
#delta.min=-3e-5
#delta.max = -1e-5
#Report initial tests (C_L)
alpha.min = -0.1
alpha.max = .1
delta.min=-3e-5
delta.max =3e-5
delta.min=-3e-4
delta.max=3e-4
######## REAL TESTS
alpha.min = -1
alpha.max = 1
delta.min = -3e-4
delta.max = 3e-4
hist.dalpha = 2e-2
hist.ddelta = 2e-6
# Test for the oversampling (p=q=1 is worse than no oversampling but p=q=0 is completely bonkers)
#alpha.min = -3
#alpha.max = 3
#delta.min = -4
#delta.max = 4
#hist.dalpha = 0.1
#hist.ddelta = 1e-3
DUET.noise_threshold = 0.1
DUET.aggregate_clusters = 0
DUET.min_peak_fall = 0
DUET.min_peak_dalpha = 0.05
DUET.min_peak_ddelta = 2e-6
DUET.max_peak_scale_disparity = 6
DUET.max_peak_scale_disparity = 1000
## REAL
DUET.min_peak_dalpha = 0.05
DUET.min_peak_ddelta = 1e-5
# DUET histogram parameters
hist.p = 1
hist.q = 1
hist.sigma_alpha = 6e-3
hist.sigma_delta = .3e-6
hist.sigma_alpha = 1.5e-3
hist.sigma_delta = .3e-6
#for the W-histograms
hist.sigma_alpha = 0.0051
hist.sigma_delta = .5e-6
#### REAL recordings
hist.sigma_alpha = 0.1
hist.sigma_delta = 3e-5
hist.sigma_alpha = 0.2
hist.sigma_delta = 2.5e-5
hist.sigma_delta = 1.5e-5
# Bigger smoothing kernels mean smaller scale discrepances are acceptable
DUET.max_peak_scale_disparity = 5
# Just for testing code now - >erase!!!
DUET.max_peak_scale_disparity = 10
# Convolution filter settings (h)
h_A = 1.
h_tau = 0.2
h_max_time = 1.
hist.bounds = 0
hist.sigma_alpha = 4e-2
hist.sigma_delta = .6e-5
hist.sigma_alpha = 2e-2
hist.sigma_delta = 2e-6