prisonerjohn / ofxAudioDecoder

An openFrameworks addon for m4a/aac, mp3, wav, and other file loading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxAudioDecoder is an openFrameworks wrapper for libaudiodecoder

On OSX it can load .mp3, .m4a, .wav, and some other formats. Instead of being used for playback, it's meant for analysis. Because libaudiodecoder also supports Windows, with the addition of the Windows-specific sources and the creation of a Windows-specific project file ofxAudioDecoder should also run on windows.

Example

The example project loads a file demo.mp3 from the data/ folder and draws the left and right channels into an ofMesh. You may drag and drop a file onto the OF app to load it and render the waveform.

About

An openFrameworks addon for m4a/aac, mp3, wav, and other file loading.

License:Other


Languages

Language:C++ 75.9%Language:C 23.7%Language:Makefile 0.5%