aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Collapse)AuthorAgeFilesLines
* Remove static variable from DSound callbackChris Robinson2007-12-051-7/+6
|
* Allow aluMixData to accept a NULL context for silenceChris Robinson2007-12-054-28/+9
|
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-304-60/+58
|
* Don't use platform-specific methods for initializationChris Robinson2007-11-161-0/+5
|
* Move ALu.c to the Alc directoryChris Robinson2007-11-151-0/+677
|
* Use a better name for the device list init function and make it staticChris Robinson2007-11-151-22/+16
|
* Use aluBytesFromFormat and aluChannelsFromFormat to get the channel count ↵Chris Robinson2007-11-151-30/+9
| | | | and frame size
* Initial importChris Robinson2007-11-137-0/+3396