caudio/Headers
Joshua Jones 3f06749573 Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create.
Added the ability for the user to provide a DataSourceFactory, which cAudio will use to get audio data.  This interface can be overridden to provide cAudio the ability to read from zip archives, TCP streams, potentially any location.  DataSourceFactories can also be prioritized.
Made the existing FileSource a factory and registered it by default with the manager.  If the user wishes to prevent cAudio from reading from disk, unRegister the "FileSystem" data source.
Made tutorials conform with the changes to the API.
2010-02-13 05:48:19 +00:00
..
cAudioCapture.h Added the event system 2010-02-13 04:47:59 +00:00
cAudioEffects.h Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cAudioManager.h Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create. 2010-02-13 05:48:19 +00:00
cAudioPlugin.h Added version checking to plugins. 2010-02-10 04:59:10 +00:00
cAudioSource.h Added the event system 2010-02-13 04:47:59 +00:00
cConsoleLogReceiver.h 2010-02-09 04:18:39 +00:00
cEffect.h Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cEFXFunctions.h Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cFileSource.h Minor API changes to the manager, release is now releaseAllSources, createFromFile is now create. 2010-02-13 05:48:19 +00:00
cFilter.h Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cListener.h 2010-02-09 04:18:39 +00:00
cLogger.h 2010-02-09 05:33:32 +00:00
cMemorySource.h 2010-02-09 04:18:39 +00:00
cMutex.h Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cOggAudioDecoderFactory.h Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cOggDecoder.h Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cPluginManager.h Added a pass in for the logger to plugins, so they don't need to link with cAudio.dll to access logging capabilities. 2010-02-10 04:46:00 +00:00
cRawAudioDecoderFactory.h 2010-02-09 04:18:39 +00:00
cRawDecoder.h 2010-02-09 04:18:39 +00:00
cThread.h Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cUtils.h Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cWavAudioDecoderFactory.h Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cWavDecoder.h Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00