Reading and Writing WAV files

READWAV(file) Returns the audio data contained in a WAV file. When a matrix is returned, successive columns represent separate channels of data.

WRITEWAV(file, s, b) Writes the data contained in an array to a Microsoft WAV file using the sample rate s and bit resolution b.

Arguments:

Example:

Note: