aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alFilter.h
Commit message (Expand)AuthorAgeFilesLines
* Add a ALfilterState method to process multiple samples at onceChris Robinson2014-05-181-0/+5
* Implementing handling high-pass filter propertiesChris Robinson2014-05-171-0/+3
* Document the different filter types, and combine some split linesChris Robinson2014-05-171-0/+6
* Rename freq_scale parameter to freq_multChris Robinson2014-05-171-1/+1
* Add HF Reference as a filter propertyChris Robinson2014-05-141-0/+1
* Make LOWPASSFREQREF a float valueChris Robinson2014-05-111-1/+1
* Remove an unused methodChris Robinson2014-03-231-9/+0
* Move some inline methods to their appropriate headersChris Robinson2013-11-041-0/+5
* Use C99 inline semanticsChris Robinson2013-11-041-2/+2
* Implement the Autowah effect.Chris Robinson2013-10-031-0/+1
* Use ALfilterState for the distortion effect filtersChris Robinson2013-06-061-0/+8
* Silence some clang warningsChris Robinson2013-06-051-6/+0
* Use C99's inline instead of __inlineChris Robinson2013-05-281-2/+2
* Use the high-shelf filter in place of low-passChris Robinson2013-05-281-2/+0
* Use ALfilterState for the master echo and reverb filtersChris Robinson2013-05-271-19/+0
* Remove an unused methodChris Robinson2013-05-271-12/+0
* Use ALfilterState for the source direct and send filtersChris Robinson2013-05-271-0/+2
* Move ALEQFilter to alFilter.c/h and rename it to ALfilterStateChris Robinson2013-05-271-0/+43
* Use a properly-defined history for the FILTER structChris Robinson2013-05-211-9/+5
* Move a couple macros to more appropriate headersChris Robinson2012-09-141-0/+2
* Fix up some more header includesChris Robinson2012-09-141-2/+1
* Remove unused filter functionsChris Robinson2012-08-151-21/+0
* Use a consistent name for the self-id fieldChris Robinson2012-04-191-2/+2
* Use function pointers to set type-specific filter propertiesChris Robinson2011-09-111-2/+20
* Multiply the history offset in the filtering funcitonsChris Robinson2011-05-181-36/+2
* Uninline lpCoeffCalcChris Robinson2011-05-181-13/+1
* Use the same filters for mono sources and multi-channelChris Robinson2011-05-031-4/+4
* Use click removal when starting a sourceChris Robinson2010-08-141-0/+37
* Use a map for the filter listChris Robinson2010-05-181-2/+0
* Move extension function declarations to alext.h/efx.hChris Robinson2010-03-231-13/+0
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-13/+13
* Add EFX types and enums to alext.hChris Robinson2010-03-091-10/+0
* Use an inline function to calculate the low-pass filter coefficientChris Robinson2009-12-091-0/+16
* Add a function for 1-pole filteringChris Robinson2009-11-221-0/+12
* Store the effect and filter lists in the deviceChris Robinson2009-08-151-3/+3
* Fix for MSVCChris Robinson2009-06-061-0/+4
* Make the filter functions global inline, and use it for echoChris Robinson2009-05-161-0/+33
* Make the filter history buffer size flexibleChris Robinson2009-04-161-1/+1
* 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