LuxTTS-ONNX / preprocessor_config.json
JoPmt's picture
Update preprocessor_config.json
df67496 verified
raw
history blame contribute delete
245 Bytes
{
"feature_extractor_type": "ASTFeatureExtractor",
"do_normalize": true,
"feature_size": 1,
"max_length": 1024,
"num_mel_bins": 100,
"sampling_rate": 24000,
"hop_length": 256,
"n_fft": 1024,
"processor_class": "ASTProcessor"
}