read_wav_from_file_path

Function read_wav_from_file_path 

Source
pub fn read_wav_from_file_path(
    file_path: &Path,
) -> Result<OpenWavReader<BufReader<File>>>
Expand description

Reads a wav from a given path

§Arguments

  • ‘file_path’ - A Path that is the path to the wav file to read