voiceclonnx-bicodec / mel_config.json
Jarbas's picture
export: add bicodec ONNX artifacts (CC BY-NC-SA 4.0 weights)
e123ff4 verified
Raw
History Blame Contribute Delete
189 Bytes
{
"sample_rate": 16000,
"n_fft": 1024,
"win_length": 640,
"hop_length": 320,
"mel_fmin": 10.0,
"mel_fmax": null,
"num_mels": 128,
"norm": "slaney",
"mel_scale": "slaney"
}