aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add AL_METERS_PER_UNIT listener propertyChris Robinson2007-12-171-0/+1
|
* Export ALC_EXT_EFX extensionChris Robinson2007-12-171-1/+2
| | | | | Preliminary testing can now begin. Almost nothing will work, but the bare framework is laid out, and the functions can begin to be implemented.
* Implement ALC propertiesChris Robinson2007-12-171-3/+38
|
* Implement "drivers" config optionChris Robinson2007-12-121-0/+41
|
* Make another function staticChris Robinson2007-12-061-1/+1
|
* Move some global declrations into headersChris Robinson2007-12-061-11/+0
|
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-301-7/+2
|
* Don't use platform-specific methods for initializationChris Robinson2007-11-161-0/+5
|
* 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-131-0/+1117