HardbanRecordsLab commited on
Commit
0ddb271
·
verified ·
1 Parent(s): 44046ea

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. 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
+ }