aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_openal.c
Commit message (Expand)AuthorAge
* Remove unused variable.Gravatar reimar2008-01-30
* Fix get_space calculation to always leave some space, esp. for the currently ...Gravatar reimar2008-01-30
* Change code to also work with different outburst sizesGravatar reimar2008-01-30
* Reduce number of UnqueueBuffer callsGravatar reimar2008-01-30
* alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme...Gravatar reimar2008-01-30
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* OpenAL volume controlGravatar reimar2006-12-10
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene...Gravatar reimar2006-12-10
* Fix a compiler warningGravatar reimar2006-12-10
* Set frequency and correct frequency gettingGravatar reimar2006-12-10
* Improve OpenAL speaker positions a bit.Gravatar reimar2006-12-09
* Half-properly set up OpenAL position stuffGravatar reimar2006-12-09
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* include stdlib.h and stdio.h, they tend to be useful :-)Gravatar reimar2006-02-18
* OpenAL audio support, actual output is mono-only (no positioning yet).Gravatar reimar2006-02-16