Scilab 5.4.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
savewave
save data into a sound wav file.
Calling Sequence
savewave(filename,x [, rate , nbits]);
Arguments
- filename
- a string. The path of the output wav file 
- x
- a mxn matrix where m is the number of channels and n the number of samples for each channel 
- rate
- a scalar giving the sampling rate (number of sample per second) 22050 is the default value. 
Description
save x into a wav sound file. you can transform other sound files
            into wav file with the sox program.
Examples
See Also
| Report an issue | ||
| << playsnd | Manipulation de fichiers sons | sound >> |