How can I fix error in execution of soundsc?

1 次查看(过去 30 天)
To load and play an audio file available in MATLAB R2011b, I wrote following code:
load handel.mat
soundsc(y);
The code should run right away. Instead it throws following error:
Error using sound (line 60)
Device Error: Unanticipated host error
Error in soundsc (line 48)
sound(varargin{:})
How can I fix this error?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by