Skip to content

zprime/soundfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

soundfile

Matlab interface to the sndfile library.

This package uses a small interface to the libsndfile library (http://www.mega-nerd.com/libsndfile/), and implements most of the functionality as a Matlab object.

To use, you will need to install libsndfile, then in the src directory run make.m (in Matlab) to compile the interface against. This simplest ways to obtain libsndfile for each platform are: OS X: Install via Homebrew: http://brew.sh/ Linux: Install via a package manager, e.g. sudo aptitude install libsndfile1-dev Windows: Download from: http://www.mega-nerd.com/libsndfile/

About

Matlab interface to the sndfile library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published