Azzera filtri
Azzera filtri

How can I fix error in execution of soundsc?

1 visualizzazione (ultimi 30 giorni)
Control Machine
Control Machine il 16 Ott 2016
Modificato: Walter Roberson il 16 Ott 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?

Risposte (0)

Categorie

Scopri di più su Audio I/O and Waveform Generation in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by