audioread - unified audio file input function

버전 1.2.0.0 (904 KB) 작성자: Dan Ellis
audioread provides a single, unified function for reading audio files in wav, mp3, aac, flac...
다운로드 수: 4.7K
업데이트 날짜: 2012/4/30

라이선스 보기

audioread provides a single, unified function for reading audio files in a range of different file formats, including wav, mp3, aac, flac, AIFF, etc. In most cases, access is actually provided by external binaries, but this is hidden within audioread (and its subfunctions). The idea is to make your code independent of the kind of audio files used as input.

In addition, audioread provides support for common modifications performed during sound input, namely resampling (changing the sampling rate), casting multi-channel signals to mono, and loading only a limited time range of the sound. Care has been taken to ensure that short subregions of very large soundfiles can be read with the minimum of memory overhead (for instance, without having to load in the entire soundfile at any time.

인용 양식

Dan Ellis (2024). audioread - unified audio file input function (https://www.mathworks.com/matlabcentral/fileexchange/32894-audioread-unified-audio-file-input-function), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

FIxed bug reading flac files with downsampling that would truncate 2nd half of file.

1.1.0.0

Better handling of errors in external programs

1.0.0.0