sam-audio-small-onnx / clap_config.json
square-zero-labs's picture
Duplicate from matbee/sam-audio-small-onnx
3125aee
raw
history blame contribute delete
164 Bytes
{
"sample_rate": 48000,
"window_size": 1024,
"hop_size": 480,
"mel_bins": 64,
"fmin": 50,
"fmax": 14000,
"max_audio_len": 480000,
"embed_dim": 512
}