[][src]Function x3::encodefile::wav_to_x3a

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

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

Arguments

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