| Scilab Reference Manual | 
|---|
loadwave — load a sound <<wav>> file into scilab
x=loadwave('file-name');  
[x,y]=loadwave('file-name');  
Reads a .wav sound file into Scilab. If y is given, it is filled with information about the sample. (See the message sent by loadwave).
| << lin2mu | mapsound >> |