Error when playing sound in Matlab Version: 8.1.0.604 (R2013a)

4 ビュー (過去 30 日間)
Carl Hopkins
Carl Hopkins 2014 年 7 月 22 日
コメント済み: Star Strider 2014 年 7 月 22 日
Recently (July 22, 2014) matlab stopped playing sounds and gives an error. My computer is a Lenovo T420s, Win 7, Matlab MATLAB Version: 8.1.0.604 (R2013a),
From the command line:
load gong.mat
sound(y,Fs)
gives the error message:
Error using sound (line 76)
Undefined variable "internal" or class "internal.Callback.validate".
The system sounds are working normally; it is just the matlab sound command that is producing errors.
I get the same error when using:
player = audioplayer(y,Fs);
play player
Undefined variable "internal" or class "internal.Callback.execute".
Error in audioplayer/resume (line 745)
internal.Callback.execute(obj.StartFcn, obj);
Error in audioplayer/play (line 102)
obj.resume();
Any suggestions would be appreciated.
C Hopkins
  1 件のコメント
Star Strider
Star Strider 2014 年 7 月 22 日
Submit a Support Request to TMW. It seems something only they can solve.

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

回答 (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