-
Notifications
You must be signed in to change notification settings - Fork 0
/
live.cfg
112 lines (76 loc) · 1.92 KB
/
live.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
cc = -1
multicluster_assign = 1
test_peak_tracking = 0
DUET.static_rebuild = 1
# 1 shows the marginals , 2 shows also the 2D
show_each_hist = 0
show_x1W = 0
show_M = 0
show_alpha_delta_f = 0
hist_pause = 1
reset_plots = 0
show_final_plots = 1
hist.use_smoothing = 1
#conditional on use_smoothing
hist.use_smoothing_2D = 1
N_accum_frames = 1
# If < 0 deactivates writing files as well
render = -1
wait = 1
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 = 2.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 = midweakerHamming
window = Hamming
FFT_oversampling_factor = 1
DUET.low_cutoff_Hz = 20
DUET.high_cutoff_Hz = 0
alpha.min = -2
alpha.max = 2
delta.min = -3e-4
delta.max = 3e-4
hist.dalpha = 3e-2
hist.ddelta = 5e-6
DUET.noise_threshold = 1e-30
DUET.aggregate_clusters = 1
DUET.min_peak_fall = 0
DUET.max_peak_scale_disparity = 4
DUET.min_peak_dalpha = 5e-2
DUET.min_peak_ddelta = 1e-5
# DUET histogram parameters
hist.p = 2
hist.q = 2
hist.bounds = 0
### Below this values of sigma the kurtosis metric fails. ### GOOD VALUES
hist.sigma_alpha = 2.5e-2
hist.sigma_delta = 3e-6
#########################################################################
hist.sigma_alpha = 1.5e-1
hist.sigma_delta = 1e-5
alpha_kurtosis = 0.25
delta_kurtosis = 0.2
Phi_x = 0
wdo_threshold = -1