Text-to-Speech
Transformers
Safetensors
English
parler_tts
text2text-generation
annotation
sanchit-gandhi HF staff commited on
Commit
9413f59
1 Parent(s): 5c8fa8c

Upload feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +10 -0
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length_s": null,
3
+ "feature_extractor_type": "EncodecFeatureExtractor",
4
+ "feature_size": 1,
5
+ "overlap": null,
6
+ "padding_side": "right",
7
+ "padding_value": 0.0,
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 44100
10
+ }