[][src]Function x3::decodefile::x3a_to_wav

pub fn x3a_to_wav<P: AsRef<Path>>(
    x3a_filename: P,
    wav_filename: P
) -> Result<(), X3Error>

Convert an .x3a (X3 Archive) file to a .wav file.

Note: the x3a can contain some meta data of the recording that may be lost, such as the time of the recording and surplus XML payload data that has been embedded into the X3A header.

Arguments

  • x3a_filename - the input X3A file to decode.
  • wav_filename - the output wav file to write to. It will be overwritten.