index
:
Thrust3D
master
Post-apocalyptic Jet Set Willy in a 3D nuclear power station
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio.c
Age
Commit message (
Expand
)
Author
2008-07-24
Make the music a bit quieter
taw27
2008-07-24
Detect Vorbis buffer underruns
taw27
2008-07-24
'Dispatch thread aborting' is a debug message
taw27
2008-07-23
Avoid the use of memcpy() to make the Vorbis block stitching make sense
taw27
2008-07-22
Audio tweaks. I still don't understand...
taw27
2008-07-22
Progressive Vorbis decoding
taw27
2008-07-17
Fix threading resource use bugs
taw27
2008-07-15
Don't crash if audio can't be used
taw27
2008-07-05
Option to disable music
taw27
2008-07-04
Initialise the dispatch thread inuse flags, muppet
taw27
2008-07-03
Rearrange last sample fudges
taw27
2008-07-03
Properly seamless mixing
taw27
2008-07-03
Thread safety stuff
taw27
2008-06-30
Fussiness
taw27
2008-06-30
Slightly improve audio debug messages
taw27
2008-06-30
Decode and convert Vorbis files in a separate thread
taw27
2008-06-30
Interface to libvorbis :)
taw27
2008-06-30
'Finished startup ramp' is a debug message
taw27
2008-06-29
Comments
taw27
2008-06-29
Fast ramp-up of volume on starting, to avoid 'click'
taw27
2008-06-29
Command-line option for audio debugging
taw27
2008-06-29
Change to 44.1 kHz audio sampling
taw27
2008-06-29
Seamless audio looping
taw27
2008-06-29
Working mixer. Yay!
taw27
2008-06-29
Audio stuff (broken)
taw27
2008-06-22
Put audio_play() in audio.h, make audio_mix() static
taw27
2008-06-21
Basic audio framework
taw27
2008-05-17
Initial audio framework
taw27