Xenova HF Staff commited on
Commit
d5090b3
·
verified ·
1 Parent(s): c820420

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +4 -0
preprocessor_config.json CHANGED
@@ -1,4 +1,8 @@
1
  {
 
 
 
 
2
  "feature_extractor_type": "GraniteSpeechFeatureExtractor",
3
  "melspec_kwargs": {
4
  "hop_length": 160,
 
1
  {
2
+ "n_mels": 8,
3
+ "n_fft": 512,
4
+ "win_length": 400,
5
+ "hop_length": 160,
6
  "feature_extractor_type": "GraniteSpeechFeatureExtractor",
7
  "melspec_kwargs": {
8
  "hop_length": 160,