savewavesave data into a sound wav file.Calling Sequencesavewave(filename,x [, rate , nbits]);Argumentsfilenamea string. The path of the output wav filexa mxn matrix where m is the number of channels and n the
number of samples for each channel
ratea scalar giving the sampling rate (number of sample per
second) 22050 is the default value.
Descriptionsave x into a wav sound file. you can transform other sound files
into wav file with the sox program.
ExamplesSee Also
loadwave
analyze
mapsound