Comment 3 for bug 195402

Revision history for this message
HungryBoy (kalyan-wiki) wrote :

octave:1> [y, fs, nbits]=wavread('/home/Desktop/windycity.wav');
octave:2> figure(1)
ans = 1
octave:3> plot(y)
octave:4> title('Music Waveform');
octave:5> soundsc(y,fs)
error: `soundsc' undefined near line 5 column 1

......................................................................................
this is what i am getting when i am using the soundsc function.
Can any one explain me the problem with the octave with the soundsc function.