I'm typing the following in MATLAB:
aaa = wavread('test.wav');
soundsc(aaa);
I get the following error:
>> soundsc(aaa)
??? Error using ==> playsnd at 18
The requested audio format is not supported
Error in ==> sound at 58
playsnd(y,fs,bits);
Error in ==> soundsc at 48
sound(varargin{:})
Anyone else dealt with this issue before?