caudio/Source
Joshua Jones 0c3df1d430 Added audio capture capabilities. The user can now get an interface for audio capture from cAudioManager and record audio from the default recording device.
Added a raw audio decoder, allowing raw audio to be played if the format and frequency is known.  Will also load from .raw files on disk, but will assume the format is 16 bit mono and the frequency is 22050 hz
Added a tutorial to show how recording and playback can be done.
Added the ability for the user to unregister audio codecs that they will not be using.  Also added methods to test for the existance of a decoder and get the decoder factory back.
Moved cVector3.h to include instead of Headers to make using it in user projects easier (one less include path)
Moved the audio format enum to its own header file.
Small fix in the wav decoder to prevent the file header from being played as audio data.
2009-08-11 17:57:20 +00:00
..
Makefile 2009-06-21 03:24:30 +00:00
cAudio.cpp 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
cAudioCapture.cpp 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
cAudioManager.cpp 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
cFileSource.cpp Fixed problem with the msvc project not outputting a .lib file. 2009-08-08 05:51:32 +00:00
cListener.cpp Fixed problem with the msvc project not outputting a .lib file. 2009-08-08 05:51:32 +00:00
cMemorySource.cpp Fixed problem with the msvc project not outputting a .lib file. 2009-08-08 05:51:32 +00:00
cOggAudioDecoderFactory.cpp 2009-06-21 03:24:30 +00:00
cOggDecoder.cpp Fixed problem with the msvc project not outputting a .lib file. 2009-08-08 05:51:32 +00:00
cRawDecoder.cpp 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
cWavAudioDecoderFactory.cpp 2009-06-21 03:24:30 +00:00
cwavdecoder.cpp 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