caudio/Source
Raynaldo Rivera 6fac7af3ed 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
..
Makefile 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
cAudioCapture.cpp Changes to STL containers to use typedefs, allowing rerouting of allocations to be disabled on platforms that may not support it (gcc 4.2). 2010-03-14 22:58:03 +00:00
cAudioEffects.cpp Changes to STL containers to use typedefs, allowing rerouting of allocations to be disabled on platforms that may not support it (gcc 4.2). 2010-03-14 22:58:03 +00:00
cAudioManager.cpp Changes to STL containers to use typedefs, allowing rerouting of allocations to be disabled on platforms that may not support it (gcc 4.2). 2010-03-14 22:58:03 +00:00
cAudioMemory.cpp Added custom memory manager. Actually added the darn files this time... 2010-03-08 05:27:02 +00:00
cAudioSleep.cpp Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cAudioSource.cpp Changes to STL containers to use typedefs, allowing rerouting of allocations to be disabled on platforms that may not support it (gcc 4.2). 2010-03-14 22:58:03 +00:00
cConsoleLogReceiver.cpp Added additional defines for more control of which components are compiled into the library (for embedded platforms like the IPhone). 2010-03-05 01:52:25 +00:00
cEffect.cpp Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cFileLogReceiver.cpp Added additional defines for more control of which components are compiled into the library (for embedded platforms like the IPhone). 2010-03-05 01:52:25 +00:00
cFileSource.cpp Changes to STL containers to use typedefs, allowing rerouting of allocations to be disabled on platforms that may not support it (gcc 4.2). 2010-03-14 22:58:03 +00:00
cFilter.cpp Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cListener.cpp More documentation. 2010-02-18 04:22:59 +00:00
cLogger.cpp Changes to STL containers to use typedefs, allowing rerouting of allocations to be disabled on platforms that may not support it (gcc 4.2). 2010-03-14 22:58:03 +00:00
cMemorySource.cpp Added custom memory manager. Actually added the darn files this time... 2010-03-08 05:27:02 +00:00
cMemoryTracker.cpp Added an optional memory tracker (disabled by default) for detecting memory leaks and tracking allocations in the library. 2010-03-09 04:40:27 +00:00
cMutex.cpp Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cOggAudioDecoderFactory.cpp 2010-02-09 04:18:39 +00:00
cOggDecoder.cpp Added a vorbis close_func callback to prevent crashing on iphone devices using the tremor vorbis library. 2010-02-27 20:51:05 +00:00
cPluginManager.cpp Changes to STL containers to use typedefs, allowing rerouting of allocations to be disabled on platforms that may not support it (gcc 4.2). 2010-03-14 22:58:03 +00:00
cRawDecoder.cpp More documentation. 2010-02-18 04:22:59 +00:00
cStandardMemoryProvider.cpp Added an optional memory tracker (disabled by default) for detecting memory leaks and tracking allocations in the library. 2010-03-09 04:40:27 +00:00
cThread.cpp Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cWavAudioDecoderFactory.cpp changed the IAudio objects and cAudio objects to IAudioSource and cAudioSource 2010-02-10 21:57:09 +00:00
cWavDecoder.cpp Final part of the rename to fix casing. 2010-02-20 04:11:58 +00:00