Skip to content

audio: Make AudioConverterConfig::set_mix_matrix generic

So that we can set the mix matrix using both &[&[f64]] and &[Vec<f64>].

Merge request reports