Play Wave File

Creates a visual interface to fully or selectively play a portion of a wave file.
7.1K 次下载
更新时间 2008/4/28

无许可证

This is a simple GUI interface to create a visual interface to selectively play a portion of a wave file. In addition it is a simple tutor to show how to modify the main toolbar in a figure and add your own buttons.

Details:
This script will load a wave file (mono or stereo) and creates a figure with showing a plotting of the wave data. If the wave file has more than one channel then separate figures for each channel will be created. Each figure is created with additional toolbar buttons for playing the wave data 'fully' or a 'selected region' in the respective channel.

引用格式

Laine Berhane Kahsay (2024). Play Wave File (https://www.mathworks.com/matlabcentral/fileexchange/7408-play-wave-file), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

Fixed a bug in pw.m on line 127
change "h.x = x(:,1);" to "h.x = x(:,i);"