caudio/Source
2010-02-20 21:45:11 +00:00
..
cAudioCapture.cpp Added the mutex locking to the signalEvent() 2010-02-18 02:22:50 +00:00
cAudioEffects.cpp Work on documenting the library for doxygen. 2010-02-17 01:42:45 +00:00
cAudioManager.cpp Update to move default audio decoder and data source registration to creation of the audio manager. This way, plugins can always override default implementations of the default decoders/sources. 2010-02-20 03:19:59 +00:00
cAudioSleep.cpp Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cAudioSource.cpp Small fix to prevent the end of an audio stream from being cut off when the source auto resets when stream ends. 2010-02-18 05:00:43 +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 More documentation. 2010-02-18 04:22:59 +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 Removed the dumpMessages() function made it to act like the console logger. 2010-02-14 22:04:30 +00:00
cMemorySource.cpp More documentation. 2010-02-18 04:22:59 +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 More documentation. 2010-02-18 04:22:59 +00:00
cPluginManager.cpp Added ability for users to access the plugin manager. 2010-02-14 23:16:44 +00:00
cRawDecoder.cpp More documentation. 2010-02-18 04:22:59 +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
Makefile Final make file 2010-02-20 21:45:11 +00:00