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