caudio/include
2010-01-19 04:04:40 +00:00
..
cAudioDefines.h Added support for all OpenAL Audio Effects. Access can be gotten through the main audio manager using the AudioEffects interface. IEffect provides access to effect parameters and allows for binding to cAudio sources. IFilter provides access to filters that can be attached to sources and effects. 2010-01-11 00:39:08 +00:00
cAudioSleep.h Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cVector3.h Increased buffer size for audio sources from 32k to 64k. 2009-11-21 00:39:46 +00:00
EAudioFormats.h Added support for all OpenAL Audio Effects. Access can be gotten through the main audio manager using the AudioEffects interface. IEffect provides access to effect parameters and allows for binding to cAudio sources. IFilter provides access to filters that can be attached to sources and effects. 2010-01-11 00:39:08 +00:00
IAudio.h Added support for all OpenAL Audio Effects. Access can be gotten through the main audio manager using the AudioEffects interface. IEffect provides access to effect parameters and allows for binding to cAudio sources. IFilter provides access to filters that can be attached to sources and effects. 2010-01-11 00:39:08 +00:00
IAudioCapture.h Increased buffer size for audio sources from 32k to 64k. 2009-11-21 00:39:46 +00:00
IAudioDecoder.h Added a small spreadsheet with performance information 2009-12-07 22:25:08 +00:00
IAudioDecoderFactory.h 2009-06-21 03:24:30 +00:00
IAudioEffects.h Added support for all OpenAL Audio Effects. Access can be gotten through the main audio manager using the AudioEffects interface. IEffect provides access to effect parameters and allows for binding to cAudio sources. IFilter provides access to filters that can be attached to sources and effects. 2010-01-11 00:39:08 +00:00
IAudioManager.h Added support to remove a single audio source. 2010-01-19 04:04:40 +00:00
IDataSource.h Added a small spreadsheet with performance information 2009-12-07 22:25:08 +00:00
IEffect.h Added support for all OpenAL Audio Effects. Access can be gotten through the main audio manager using the AudioEffects interface. IEffect provides access to effect parameters and allows for binding to cAudio sources. IFilter provides access to filters that can be attached to sources and effects. 2010-01-11 00:39:08 +00:00
IEffectParameters.h Added support for all OpenAL Audio Effects. Access can be gotten through the main audio manager using the AudioEffects interface. IEffect provides access to effect parameters and allows for binding to cAudio sources. IFilter provides access to filters that can be attached to sources and effects. 2010-01-11 00:39:08 +00:00
IFilter.h Added support for all OpenAL Audio Effects. Access can be gotten through the main audio manager using the AudioEffects interface. IEffect provides access to effect parameters and allows for binding to cAudio sources. IFilter provides access to filters that can be attached to sources and effects. 2010-01-11 00:39:08 +00:00
IListener.h Added support for all OpenAL Audio Effects. Access can be gotten through the main audio manager using the AudioEffects interface. IEffect provides access to effect parameters and allows for binding to cAudio sources. IFilter provides access to filters that can be attached to sources and effects. 2010-01-11 00:39:08 +00:00
ILogger.h Changed IAudioManager to no longer use std::strings in the main interface. It now uses const char* strings. The reason this change was made was to make porting to other languages, or even use with other string libraries easier. std::string is no longer required to interface with the library. 2009-12-01 01:41:15 +00:00
ILogReceiver.h Added some missing files. Included is a default log receiver that pipes the information to the standard out stream (Console). 2009-11-20 03:42:20 +00:00
IRefCounted.h Added a small spreadsheet with performance information 2009-12-07 22:25:08 +00:00