silero-vad / preprocessor_config.json
xnohat's picture
Upload folder using huggingface_hub
fda4b89 verified
raw
history blame contribute delete
274 Bytes
{
"feature_extractor_type": "AudioFeatureExtractor",
"padding_side": "right",
"sampling_rate": 16000,
"return_attention_mask": true,
"do_normalize": true,
"feature_size": 1,
"padding_value": 0.0,
"max_length": null,
"truncation": true,
"padding": true
}