caudio/plugins/mp3Decoder
Raynaldo Rivera b118bdc7ac Fixed the visual studio files to use the _d suffix 2010-02-16 03:00:21 +00:00
..
mpaudec Got a basic MP3 Decoder working. 2010-02-12 23:11:26 +00:00
cMP3Decoder.cpp Added the event system 2010-02-13 04:47:59 +00:00
cMP3Decoder.h Fixed the visual studio files to use the _d suffix 2010-02-16 03:00:21 +00:00
cMP3DecoderFactory.h Fixed the visual studio files to use the _d suffix 2010-02-16 03:00:21 +00:00
cMP3Plugin.h Fixed the visual studio files to use the _d suffix 2010-02-16 03:00:21 +00:00
license.txt Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
main.cpp Fixed the visual studio files to use the _d suffix 2010-02-16 03:00:21 +00:00
mp3Decoder.vcproj Rework of plugin system. Now works better with static linking. Plugin makers are now expected to pass back a fully implemented version of IAudioPlugin for cAudio to use. Create your plugin class with new, cAudio will call drop() on it on unload of your dll. 2010-02-14 05:34:57 +00:00
readme.txt Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00

readme.txt

Note: This plugin uses code from "MP3 input for Audiere" by Matt Campbell <mattcampbell@pobox.com>, which is based on libavcodec from ffmpeg (http://ffmpeg.sourceforge.net/).

As a result, this plugin falls under his license and is not statically linked to the main library.

See license.txt for license details of this plugin.