Filter löschen
Filter löschen

How can I fix error in execution of soundsc?

1 Ansicht (letzte 30 Tage)
Control Machine
Control Machine am 16 Okt. 2016
Bearbeitet: Walter Roberson am 16 Okt. 2016
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?

Antworten (0)

Kategorien

Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by