loadwaveload a sound wav file into scilabCalling Sequencex=loadwave(filename);
[x,y]=loadwave(filename);
Argumentsfilenamea string. The path of the wav file to be loadedxa matrix one line for each channelyvector as [data format, number of channels, samples per second
per channel, estimate of bytes per second needed, byte alignment of
a basic sample block, bits per sample, length of sound data in
bytes, bytes per sample (per channel)].
Description
Reads a .wav sound file into Scilab as a matrix.
If y is given, it is filled with information about the samples (See the
message sent by loadwave).
ExamplesSee Also
savewave
analyze
mapsound