[][src]Function bae_rs::utils::read_wav

pub fn read_wav(s: &mut dyn Read) -> Result<(Header, Vec<TrackT>)>

Takes the given path and reads the track data from the WAV file at the given location.

Parameters/Returns

Errors

This function fails if: