Scilab Reference Manual |
---|
playsnd — sound player facility
[]=playsnd(y) []=playsnd(y,fs,bits)
y | : real vector |
fs | : real number, sampling frequency. Unused yet. |
bits | : real number, number of bits (usually 8 or 16). Unused yet. |
Redirects a linear signal to /dev/audio/.
y=wavread('SCI/demos/sound/chimes.wav'); playsnd(y)
<< mu2lin | savewave >> |