Function Reference
— Function File: saveaudio (name, x, ext, bps)

Saves a vector x of audio data to the file name.ext. The optional parameters ext and bps determine the encoding and the number of bits per sample used in the audio file (see loadaudio); defaults are lin and 8, respectively.