caudio/Source
2010-02-14 22:54:19 +00:00
..
cAudioCapture.cpp Added the event system 2010-02-13 04:47:59 +00:00
cAudioEffects.cpp Added ability to add effect presets. 2010-02-14 03:32:24 +00:00
cAudioManager.cpp Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create. 2010-02-13 05:48:19 +00:00
cAudioSleep.cpp Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cAudioSource.cpp Added tutorial 6 shows how to use a custom event handler as well has removed OnInit from the audio source events. 2010-02-14 22:54:19 +00:00
cConsoleLogReceiver.cpp 2010-02-09 04:18:39 +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 the damn .close() 2010-02-14 22:09:15 +00:00
cFileSource.cpp Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create. 2010-02-13 05:48:19 +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 2010-02-09 04:18:39 +00:00
cLogger.cpp Removed the dumpMessages() function made it to act like the console logger. 2010-02-14 22:04:30 +00:00
cMemorySource.cpp 2010-02-09 04:18:39 +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 Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cPluginManager.cpp 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
cRawDecoder.cpp 2010-02-09 04:18:39 +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 Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
Makefile 2010-02-09 06:08:46 +00:00