aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alFilter.h
Commit message (Expand)AuthorAgeFilesLines
* Apply the dry filter to multi-channel sourcesChris Robinson2008-12-101-1/+2
* Use a new low-pass filter, based on the I3DL2 specChris Robinson2008-10-021-4/+2
* Use a 12dB/oct rolloff instead of 24 for the lowpass filterChris Robinson2008-09-131-4/+2
* Don't export extension function symbols from the libChris Robinson2008-09-061-13/+13
* Use arrays instead of pointer-to-arrays for the low-pass filterChris Robinson2008-07-261-4/+4
* Make the filter processing function inlineChris Robinson2008-07-261-1/+2
* Implement yet another low-pass filterChris Robinson2008-07-251-0/+8
* Add AL_FILTER_LOWPASS supportChris Robinson2007-12-171-0/+7
* Release left over filters on closeChris Robinson2007-12-171-0/+2
* Add AL_FILTER_TYPE enumChris Robinson2007-12-171-4/+6
* Implement filter function skeletonsChris Robinson2007-12-171-0/+44