필터 지우기
필터 지우기

How can I fix error in execution of soundsc?

조회 수: 1 (최근 30일)
Control Machine
Control Machine 2016년 10월 16일
편집: Walter Roberson 2016년 10월 16일
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