Force quitting sound(y)

2 ビュー (過去 30 日間)
Bolin
Bolin 2012 年 1 月 18 日
Hello,
How can I force quit the sound function if I accidentally played a 44100 hz file with the default hz?
Control - C doesn't seem to work and the only way is through the ctrl-alt-del
Thanks in advance

採用された回答

Walter Roberson
Walter Roberson 2012 年 1 月 18 日
Yes, ctrl-alt-del if you are in MS Windows. control-c is not active until the hard-coded routine returns.
Might I suggest that the lesson here is not to use sound()? You can use http://www.mathworks.com/help/techdoc/ref/audioplayer.html
  4 件のコメント
Walter Roberson
Walter Roberson 2012 年 1 月 18 日
audioplayer has a "stop" method. sound() does not. If being able to cancel the playing is important, then sound() is out of the running.
Daniel Shub
Daniel Shub 2012 年 1 月 18 日
For the current question I agree that the flexibility of audioplayer is beneficial. My reaction was to the "the lesson here is not to use sound()" which I read as suggesting audioplayer was always as good as or better than sound.

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

その他の回答 (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