caudio/Headers
Joshua Jones e1bf4ecc9a Updated the examples to use a better set of characters to denote the default device
Removed an unnecessary include in cAudioManager.h
Added a define to set the number of buffers used by an audio source
Added the last of the previously unsupported OpenAL source parameters (Cones, attenuation tweaking, max/min volume, and rolloff factor)
Cleaned up the implementation of cAudio source.  It no longer keeps a redundant copy of the state information and functions are now in order that they are defined.  Some functions have been renamed to be clearer.
Other changes throughout the code to support the changes to the cAudio source.
2009-11-28 03:58:24 +00:00
..
cAudio.h Updated the examples to use a better set of characters to denote the default device 2009-11-28 03:58:24 +00:00
cAudioCapture.h Moved sample sounds to a media folder and removed the copy of bling.ogg from bin 2009-11-20 03:39:56 +00:00
cAudioManager.h Moved sample sounds to a media folder and removed the copy of bling.ogg from bin 2009-11-20 03:39:56 +00:00
cConsoleLogReceiver.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
cFileSource.h Fixed problem with the msvc project not outputting a .lib file. 2009-08-08 05:51:32 +00:00
cListener.h Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cLogger.h Moved sample sounds to a media folder and removed the copy of bling.ogg from bin 2009-11-20 03:39:56 +00:00
cMemorySource.h 2009-06-21 03:24:30 +00:00
cMutex.h Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cOggAudioDecoderFactory.h Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cOggDecoder.h Added correct file endings and renamed cwav to cWav and eAudio to EAudio 2009-08-25 23:56:35 +00:00
cRawAudioDecoderFactory.h Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cRawDecoder.h Added audio capture capabilities. The user can now get an interface for audio capture from cAudioManager and record audio from the default recording device. 2009-08-11 17:57:20 +00:00
cThread.h Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cUtils.h Increased buffer size for audio sources from 32k to 64k. 2009-11-21 00:39:46 +00:00
cWavAudioDecoderFacotry.h Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cWavDecoder.h Fixed problem with the msvc project not outputting a .lib file. 2009-08-08 05:51:32 +00:00