Fix print_system_info return value

This commit is contained in:
Ephraim Kunz 2022-11-22 10:10:03 -07:00
parent 520ea9d4d8
commit d3825debff
4 changed files with 11 additions and 7 deletions

View file

@ -111,6 +111,7 @@ pub fn convert_stereo_to_mono_audio_simd(samples: &[f32]) -> Vec<f32> {
mono
}
#[cfg(feature = "simd")]
#[cfg(test)]
mod test {
use super::*;