aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Expand)Author
2008-08-19Licence update to GPLv3.0Thomas White
2008-08-14Remove vestigial 'ppp' variableThomas White
2008-08-13Use unified 'game time' concept, makes pause work properlyTom White
2008-08-07Fix for 64-bit compatibilitytaw27
2008-07-24Make the music a bit quietertaw27
2008-07-24Detect Vorbis buffer underrunstaw27
2008-07-24'Dispatch thread aborting' is a debug messagetaw27
2008-07-23Avoid the use of memcpy() to make the Vorbis block stitching make sensetaw27
2008-07-22Audio tweaks. I still don't understand...taw27
2008-07-22Progressive Vorbis decodingtaw27
2008-07-17Fix threading resource use bugstaw27
2008-07-15Don't crash if audio can't be usedtaw27
2008-07-05Option to disable musictaw27
2008-07-04Initialise the dispatch thread inuse flags, muppettaw27
2008-07-03Rearrange last sample fudgestaw27
2008-07-03Properly seamless mixingtaw27
2008-07-03Thread safety stufftaw27
2008-06-30Fussinesstaw27
2008-06-30Slightly improve audio debug messagestaw27
2008-06-30Decode and convert Vorbis files in a separate threadtaw27
2008-06-30Interface to libvorbis :)taw27
2008-06-30'Finished startup ramp' is a debug messagetaw27
2008-06-29Commentstaw27
2008-06-29Fast ramp-up of volume on starting, to avoid 'click'taw27
2008-06-29Command-line option for audio debuggingtaw27
2008-06-29Change to 44.1 kHz audio samplingtaw27
2008-06-29Seamless audio loopingtaw27
2008-06-29Working mixer. Yay!taw27
2008-06-29Audio stuff (broken)taw27
2008-06-22Put audio_play() in audio.h, make audio_mix() statictaw27
2008-06-21Basic audio frameworktaw27
2008-05-17Initial audio frameworktaw27