caudio/Source
Joshua Jones 75ece68dcf Added cross-platform Mutex and Thread classes.
Made cAudio, cAudioCapture, cAudioManager and other classes thread safe.
Made cAudioManager use a seperate update thread by default.
Added cAudioSleep, a cross-platform sleep() function
Moved global defines to cAudioDefines
Added defines to disable thread safety or the internal update thread if the user wishes it
Updated tutorials to reflect the changes made
2009-08-29 11:24:31 +00:00
..
cAudio.cpp Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cAudioCapture.cpp Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cAudioManager.cpp Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cAudioSleep.cpp Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +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 Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cMemorySource.cpp Added correct file endings and renamed cwav to cWav and eAudio to EAudio 2009-08-25 23:56:35 +00:00
cMutex.cpp Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cOggAudioDecoderFactory.cpp 2009-06-21 03:24:30 +00:00
cOggDecoder.cpp Added correct file endings and renamed cwav to cWav and eAudio to EAudio 2009-08-25 23:56:35 +00:00
cRawDecoder.cpp Added correct file endings and renamed cwav to cWav and eAudio to EAudio 2009-08-25 23:56:35 +00:00
cThread.cpp Added cross-platform Mutex and Thread classes. 2009-08-29 11:24:31 +00:00
cWavAudioDecoderFactory.cpp 2009-06-21 03:24:30 +00:00
cWavdecoder.cpp Added correct cased file name 2009-08-25 23:59:10 +00:00
Makefile 2009-06-21 03:24:30 +00:00