Update processor_config.json
Browse files- processor_config.json +1 -1
processor_config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"melspec_kwargs": {
|
| 5 |
"hop_length": 160,
|
| 6 |
"n_fft": 512,
|
| 7 |
-
"n_mels":
|
| 8 |
"sample_rate": 16000,
|
| 9 |
"win_length": 400
|
| 10 |
},
|
|
|
|
| 4 |
"melspec_kwargs": {
|
| 5 |
"hop_length": 160,
|
| 6 |
"n_fft": 512,
|
| 7 |
+
"n_mels": 8,
|
| 8 |
"sample_rate": 16000,
|
| 9 |
"win_length": 400
|
| 10 |
},
|