-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
185 lines (160 loc) · 2.84 KB
/
config.yaml
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
185
Bioacoustic_features:
Acoustic_Complexity_Index:
use: on
params:
bin: 5
spectrogram:
win_len: 512
hop: 512
win_type: hamming
Acoustic_Diversity_Index:
use: on
params:
fs_max: 10000
db_threshold: -50
fs_step: 1000
Acoustic_Evenness_Index:
use: on
params:
fs_max: 10000
db_threshold: -50
fs_step: 1000
Bioacoustic_Index:
use: on
params:
fs_min: 2000
fs_max: 8000
spectrogram:
win_len: 512
hop: 256
win_type: hanning
Spectral_entropy:
use: on
spectrogram:
win_len: 512
hop: 256
win_type: hanning
Temporal_entropy:
use: on
Spectral_centroid:
use: on
spectrogram:
win_len: 512
hop: 256
win_type: hanning
Acoustic_activity:
use: on
params:
frame_len: 512
hist_smoothing_kernel: 4
hist_number_bins: 100
activity_threshold_dB: 3
min_dB: -60
dB_range: 10
N: 0
Formants:
use: on
params:
order: null
YAAFE_features:
Chroma2:
use: on
params:
stepSize: 1024
CQTAlign: c
CQTBinsPerOctave: 48
CQTMinFreq: 27.5
CQTNbOctaves: 7
CZBinsPerSemitone: 1
CZNbCQTBinsAggregatedToPCPBin: -1
CZTuning: 440
LPC:
use: off
params:
LPCNbCoeffs: 12
blockSize: 1024
stepSize: 1024
LSF:
use: off
params:
blockSize: 1024
stepSize: 1024
MFCC:
use: on
params:
blockSize: 1024
stepSize: 1024
CepsIgnoreFirstCoeff: 1
CepsNbCoeffs: 13
MelMaxFreq: 6000
MelMinFreq: 100
MelNbFilters: 40
OBSIR:
use: on
params:
blockSize: 1024
stepSize: 1024
OBSIMinFreq: 27.5
PerceptualSharpness:
use: on
params:
blockSize: 1024
stepSize: 1024
PerceptualSpread:
use: on
params:
blockSize: 1024
stepSize: 1024
SpectralCrestFactorPerBand:
use: on
params:
blockSize: 1024
stepSize: 1024
SpectralIrregularity:
use: off
params:
CQTBinsPerOctave: 36
CQTMinFreq: 73.42
CQTNbOctaves: 3
stepSize: 1024
SpectralDecrease:
use: on
params:
blockSize: 1024
stepSize: 1024
SpectralFlatness:
use: on
params:
blockSize: 1024
stepSize: 1024
SpectralFlux:
use: on
params:
blockSize: 1024
stepSize: 1024
SpectralRolloff:
use: on
params:
blockSize: 1024
stepSize: 1024
SpectralVariation:
use: on
params:
blockSize: 1024
stepSize: 1024
SpectralSlope:
use: on
params:
blockSize: 1024
stepSize: 1024
ZCR:
use: on
params:
blockSize: 1024
stepSize: 1024
Chords:
use: off
params:
ChordsSmoothing: 1.5s
ChordsUse7: 0
stepSize: 1024