caudio/plugins/mp3Decoder
2010-03-15 23:12:21 +00:00
..
cAp_MP3Decoder.xcodeproj Added mac project files for the plugins. Fixed the cAudioDefines to allow for normal std use on mac and iphone. Added new files to mac project file and iphone project file. 2010-03-15 23:12:21 +00:00
mpaudec Got a basic MP3 Decoder working. 2010-02-12 23:11:26 +00:00
cMP3Decoder.cpp Updated IAudio Decoder (and all official decoders) to provide Total Time/Size/Decoded Size of an audio stream and the current position (in time, size, and decoded size). Audio Sources also expose this information. 2010-02-17 03:49:22 +00:00
cMP3Decoder.h Updated IAudio Decoder (and all official decoders) to provide Total Time/Size/Decoded Size of an audio stream and the current position (in time, size, and decoded size). Audio Sources also expose this information. 2010-02-17 03:49:22 +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 Added the mp3 plugin linux support 2010-02-20 08:44:59 +00:00
Makefile Added the mp3 plugin linux support 2010-02-20 08:44:59 +00:00
mp3Decoder.cbp Fixed IAudioManager so it will compile under mingw. also created the two plugins cbp project files and added to workspace. 2010-02-16 03:18:18 +00:00
mp3Decoder.vcproj Removed the CAUDIO_EXPORTS define completely, now the default is dynamic linking, unless CAUDIO_STATIC_LIB is defined. 2010-02-20 21:13:52 +00:00
readme.txt Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00

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.