playsnd

playsnd — sound player facility

Calling sequence

[]=playsnd(y)  
[]=playsnd(y,fs,bits)  

Parameters

y : real vector
fs : real number, sampling frequency. Unused yet.
bits : real number, number of bits (usually 8 or 16). Unused yet.

Description

Redirects a linear signal to /dev/audio/.

Examples



  y=wavread('SCI/demos/sound/chimes.wav');
  playsnd(y)


 
  

See also

lin2mu, wavread