log libao2/ao_openal.c @ 27001:afcf4c4d2505

age author description
2008-01-30 reimar Remove unused variable.
2008-01-30 reimar Fix get_space calculation to always leave some space, esp. for the currently playing buffer.
2008-01-30 reimar Change code to also work with different outburst sizes
2008-01-30 reimar Reduce number of UnqueueBuffer calls
2008-01-30 reimar alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,
2007-07-09 diego ISO8859-1 --> UTF-8
2006-12-10 reimar OpenAL volume control
2006-12-10 reimar Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
2006-12-10 reimar Fix a compiler warning
2006-12-10 reimar Set frequency and correct frequency getting
2006-12-09 reimar Improve OpenAL speaker positions a bit.
2006-12-09 reimar Half-properly set up OpenAL position stuff
2006-07-03 reynaldo rm unnecesary casts from void* - part 4
2006-02-18 reimar include stdlib.h and stdio.h, they tend to be useful :-)
2006-02-16 reimar OpenAL audio support, actual output is mono-only (no positioning yet).