Create preprocessor_config.json
Browse files- preprocessor_config.json +9 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sampling_rate": 16000,
|
| 3 |
+
"feature_type": "mel_spectrogram",
|
| 4 |
+
"n_mels": 80,
|
| 5 |
+
"hop_length": 160,
|
| 6 |
+
"win_length": 400,
|
| 7 |
+
"f_min": 0,
|
| 8 |
+
"f_max": 8000
|
| 9 |
+
}
|