File size: 412 Bytes
687ab31 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"variant": "base",
"precision": "float32",
"n_sources": 4,
"sources": [
"drums",
"bass",
"other",
"vocals"
],
"frequency_bins": 2049,
"time_frames": 476,
"stft": {
"n_fft": 4096,
"hop_length": 1024,
"win_length": 4096,
"center": true,
"normalized": true
},
"input_channels": 4,
"output_channels": 16,
"chunk_samples": 485100,
"sample_rate": 44100
} |