Unable to play audio because no audio outputs were found

36 ビュー (過去 30 日間)
Luciano Muratore
Luciano Muratore 2019 年 11 月 9 日
回答済み: Ajay Pattassery 2019 年 11 月 12 日
Hi there,
I am using the MATLAB Online R2019b version.
When I try to run the next code:
load handel;
p=audioplayer(y,Fs);
play(p, [1 get(p, 'SampleRate')*3]);
And, the Error that I get is:
Warning: Unable to play audio because no audio outputs were found.
  1 件のコメント
Walter Roberson
Walter Roberson 2019 年 11 月 9 日
"MATLAB Online cannot interact with most other hardware, including instrument control."

サインインしてコメントする。

採用された回答

Ajay Pattassery
Ajay Pattassery 2019 年 11 月 12 日
If you just want to play the music in MATLAB Online, you could use ‘sound’ instead. But it will have lesser capabilities compared to ‘audioplayer’ object.
load handel;
sound(y,Fs);

その他の回答 (0 件)

コミュニティ

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by