-
Notifications
You must be signed in to change notification settings - Fork 0
/
tone.cfg
94 lines (65 loc) · 1.58 KB
/
tone.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
cc = -1
multicluster_assign = 1
test_peak_tracking = 0
DUET.static_rebuild = 0
# 1 shows the marginals , 2 shows also the 2D
show_each_hist = 2
show_x1W = 0
show_M1 = 0
hist_pause = 1
reset_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 = 10
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 = 0
DUET.high_cutoff_Hz = 0
alpha.min = -1
alpha.max = 1
delta.min = -3e-4
delta.max = 3e-4
hist.dalpha = 2e-2
hist.ddelta = 2e-6
DUET.noise_threshold = 1e-6
DUET.aggregate_clusters = 1
DUET.min_peak_fall = 0
DUET.max_peak_scale_disparity = 10
DUET.min_peak_dalpha = 0.05
DUET.min_peak_ddelta = 1e-5
# DUET histogram parameters
hist.p = 1
hist.q = 1
hist.bounds = 0
hist.sigma_alpha = 1e-2
hist.sigma_delta = 2e-6