speech_tokenizer/preprocessor_config.json
234 B · 11 lines · json Raw
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": 24000
10 }
11