caudio/cAudio/include
wildicv 2e0234d469 Updated documentation to reflect the new 2.3.0 branch 2012-06-24 16:41:50 -07: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 * Fix CSharpSample for AudioCapturing (make container object which takes care of buffer alloc/dealloc) 2011-06-26 11:05:51 +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 * Make it easier to playback AudioCaptureBuffer 2011-06-26 11:16:45 +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 Renamed setMaxDistance() to setMaxAttenuationDistance() to clear up 2012-02-28 15:52:06 -07: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
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
ILogger.h * Add initial C# wrapper version 2011-06-02 22:26:29 +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
cAudio.h Updated documentation to reflect the new 2.3.0 branch 2012-06-24 16:41:50 -07: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 Added support for MINGW preprocessor so samples compile correctly on mingw builds 2011-06-26 17:40:05 +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 * Fix c# string issues 2011-06-25 22:46:38 +00:00
cSTLAllocator.h Linux compat changes. 2011-12-27 12:37:02 +01: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