audio_tokenizer/preprocessor_config.json
206 B · 10 lines · json Raw
1 {
2 "feature_extractor_type": "DacFeatureExtractor",
3 "feature_size": 1,
4 "hop_length": 960,
5 "padding_side": "right",
6 "padding_value": 0.0,
7 "return_attention_mask": true,
8 "sampling_rate": 24000
9 }
10