Function cybergrape::hound_helpers::hound_reader

source ยท
pub fn hound_reader(filenames: Vec<String>) -> Vec<Vec<f32>>
Expand description

This function, given a Vec of filenames, uses hound to read the audio data into a 2D Vec, where each Vec represents the audio file data.

IMPORTANT NOTE:

This function does not meaningfully handle audio data with multiple channels. Only use mono files!