beepbeep

版本 1.0.0.0 (2.1 KB) 作者: Daniel Lopes
Creates sound composed by OS beeps.
1.4K 次下载
更新时间 2007/5/8

查看许可证

A useful function for audio warnings submitted during long program executions and/or to advise the end of a program execution.

The sounds produced are far from being melodic (they are composed only by the OS beeps!). In fact, they are quite annoying :p.

引用格式

Daniel Lopes (2024). beepbeep (https://www.mathworks.com/matlabcentral/fileexchange/14884-beepbeep), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP2
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Audio and Video Data 的更多信息
致谢

启发作品: beepn

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

This piece of code was misplaced:

% Default beeping signals.
switch varargin{:}
case {'diner time', 'diner'}
dtempo = [0.2 0.2 0.2 0.1]';
...
end

Now it works just fine!