Wednesday, December 12, 2012

sCILAB AUDIO READ AND WRITE








wavread("SCI/modules/sound/demos/chimes.wav","size")
[y,Fs,bits]=wavread("SCI/modules/sound/demos/chimes.wav");Fs,bits
subplot(2,1,1)
plot2d(y(1,:)) // first channel 
subplot(2,1,2)
plot2d(y(2,:)) // second channel
y=wavread("SCI/modules/sound/demos/chimes.wav",[1 5]) //the first five samples

http://www.idea2ic.com/PlayWithFink/LapPower/PowerInLap.html
http://www.lumanmagnum.net/physics/sci_wav.html
http://help.scilab.org/docs/5.3.3/en_US/wavread.html

No comments:

Post a Comment