필터 지우기
필터 지우기

Matlab Sound timeout error

조회 수: 5 (최근 30일)
Aryan
Aryan 2023년 11월 28일
댓글: Aryan 2023년 12월 4일
I am just trying to do a simple sound code to understand how it works
load gong.mat
sound(y)
But i get the following error
Sound
Error using sound
Timeout occurred while trying to communicate to the device.
Error in
sound(y)

채택된 답변

Walter Roberson
Walter Roberson 2023년 11월 28일
That is the error message you would get if you were trying to use sound() with MATLAB Online, or with MATLAB Answers. The browsers are not able to send commands to access your sound hardware in the right way.
(If I understand correctly, it could be theoretically implemented with Google Chrome, but not with any other browser -- unless that facility has been ported to Microsoft's Edge since it is based on Chromium.)
  댓글 수: 1
Aryan
Aryan 2023년 12월 4일
Thank you so much!!! It works on chrome

댓글을 달려면 로그인하십시오.

추가 답변 (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