Play Wave File

Creates a visual interface to fully or selectively play a portion of a wave file.

이 제출물을 팔로우합니다

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 (2026). Play Wave File (https://kr.mathworks.com/matlabcentral/fileexchange/7408-play-wave-file), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

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