NeuraCraft commited on
Commit
f1bdcb4
·
verified ·
1 Parent(s): e2be19f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +9 -0
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_size": 80,
3
+ "sampling_rate": 16000,
4
+ "hop_length": 160,
5
+ "n_fft": 400,
6
+ "chunk_length": 30,
7
+ "padding_value": 0.0,
8
+ "dither": 0.0
9
+ }