caudio/cAudio/include
Murat Suri cf79cb7dc1 * Now its possible to drop a cAudioSource which takes then care of releasing itself.
-- The user can call IAudioManager::release with an cAudioSource but its also possible just to call drop on the AudioSource until true is returned and the AudioSource will be removed from the IAudioManager and deleted.
2011-06-12 21:57:42 +00:00
..
cAudio.h * Abstract away device detection now we have IAudioDeviceList (removed openAL code from capture/sound manager) 2011-06-05 17:02:47 +00:00
cAudioDefines.h Fix OSX build errors 2011-06-05 21:47:07 +00:00
cAudioMemory.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
cAudioPlatform.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
cAudioSleep.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
cAudioString.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
cSTLAllocator.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
cVector3.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
EAudioFormats.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IAudioCapture.h * Abstract away device detection now we have IAudioDeviceList (removed openAL code from capture/sound manager) 2011-06-05 17:02:47 +00:00
IAudioDecoder.h * Unify AudioSource creation (Code were unreadable) 2011-06-05 13:51:50 +00:00
IAudioDecoderFactory.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IAudioDeviceContext.h * Introduce IAudioDeviceContext and start wrapping OpenAL stuff into cOpenALDeviceContext (its already used for cAudioManager) 2011-06-05 20:56:07 +00:00
IAudioDeviceList.h * Abstract away device detection now we have IAudioDeviceList (removed openAL code from capture/sound manager) 2011-06-05 17:02:47 +00:00
IAudioEffects.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IAudioManager.h * Abstract away device detection now we have IAudioDeviceList (removed openAL code from capture/sound manager) 2011-06-05 17:02:47 +00:00
IAudioPlugin.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IAudioSource.h * Fix bug where OpenAL resources never get released 2011-06-05 13:56:16 +00:00
ICaptureEventHandler.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IDataSource.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IDataSourceFactory.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IEffect.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IEffectParameters.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IFilter.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IListener.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
ILogger.h * Add initial C# wrapper version 2011-06-02 22:26:29 +00:00
ILogReceiver.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IManagerEventHandler.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IMemoryProvider.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IPluginManager.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IRefCounted.h * Now its possible to drop a cAudioSource which takes then care of releasing itself. 2011-06-12 21:57:42 +00:00
ISourceEventHandler.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00
IThread.h * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build) 2011-06-02 19:59:20 +00:00