pub fn unpatchify_audio(tokens: &[f32], frames: usize) -> Vec<f32>
Patchified audio tokens [T, 128] back to [8, T, 16] (channels, time, mel bins) — the layout the audio VAE decodes.
[T, 128]
[8, T, 16]