aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
Commit message (Expand)AuthorAgeFilesLines
* Allow storing multiple buffers in a ALbufferlistitemChris Robinson2017-12-151-1/+1
* Re-update effect slots when context properties changeChris Robinson2017-09-271-54/+41
* Update the context state properties separatelyChris Robinson2017-09-271-20/+32
* Add an option to ignore the app's speed of sound for reverb decayChris Robinson2017-09-221-2/+10
* Use the app-specified speed of sound for reverb decayChris Robinson2017-09-211-1/+2
* Pass the context to the auxiliary effect update methodChris Robinson2017-09-211-3/+3
* Automatically generate the bsinc table when buildingChris Robinson2017-08-281-1/+1
* Add a higher quality bsinc resampler using 24 sample pointsChris Robinson2017-08-271-9/+14
* Rename the bsinc resampler to bsinc12Chris Robinson2017-08-251-6/+6
* Meters per unit can't be 0Chris Robinson2017-08-211-2/+2
* Properly clear the extra ChannelsPerOrder entriesChris Robinson2017-08-191-1/+1
* Pass the filter entry to apply to resample_fir4Chris Robinson2017-08-181-3/+2
* Store the sinc4 table in the filter stateChris Robinson2017-08-161-3/+11
* Simplify bsinc filter storage in the filter stateChris Robinson2017-08-161-12/+3
* Make the bsinc table layout more efficientChris Robinson2017-08-161-4/+4
* Keep bsinc info together in a structChris Robinson2017-08-151-22/+9
* Avoid re-selecting the direct HRTF mix functionChris Robinson2017-08-071-15/+22
* Add a front-stablizer config option for surround sound modesChris Robinson2017-07-311-0/+59
* Cleanup output write functionsChris Robinson2017-07-271-32/+26
* Apply the output buffer offset before writing to itChris Robinson2017-07-151-24/+24
* Add the default auxiliary slot to the active slot arrayChris Robinson2017-07-131-16/+0
* Use macros to set and restore the mixer FPU modeChris Robinson2017-07-131-5/+2
* Store the default effect slot in the contextChris Robinson2017-07-131-18/+18
* Remove the fastf2u conversion functionChris Robinson2017-06-271-2/+2
* Clean up some loop variablesChris Robinson2017-06-251-29/+23
* Use the bsinc resampler for the converterChris Robinson2017-06-251-1/+1
* Remove an unnecessary variableChris Robinson2017-06-211-3/+2
* Make the dithering depth configurableChris Robinson2017-06-171-14/+4
* Apply dither separately from outputChris Robinson2017-06-171-98/+68
* Restrict ClampedDist to RefDistance for invalid distance attenuationChris Robinson2017-05-301-4/+10
* Fix source sends' initial HF absorption and decay calculationChris Robinson2017-05-271-21/+15
* Use normal air absorption for the sendsChris Robinson2017-05-271-1/+1
* Add a new compressor/limiterChris Robinson2017-05-271-93/+2
* Apply distance compensation separatelyChris Robinson2017-05-251-43/+66
* Add an option to dither 8- and 16-bit outputChris Robinson2017-05-231-45/+138
* Reduce the amount of variables that hold the same valueChris Robinson2017-05-211-8/+6
* Avoid calculating the filter coefficients multiple timesChris Robinson2017-05-211-24/+36
* Use a macro to specify the decay target gainChris Robinson2017-05-211-5/+5
* Use more correct doppler shift calculationsChris Robinson2017-05-201-11/+24
* Restore spec-defined cone behavior for auxiliary sendsChris Robinson2017-05-201-26/+23
* Apply more proper air absorption to the wet pathChris Robinson2017-05-191-21/+53
* Reorganize some code to have fewer temporariesChris Robinson2017-05-171-39/+34
* Limit the dry and wet path filter gains to -60dBChris Robinson2017-05-151-4/+4
* Improve distance-related absorption and decay attenuationChris Robinson2017-05-151-15/+14
* Reduce LIMITER_VALUE_MAXChris Robinson2017-05-091-6/+12
* Store the output limiter values as fixed-point integersChris Robinson2017-05-081-11/+6
* Apply attenuation when downmixing multi-channel sounds for panningChris Robinson2017-05-071-10/+26
* Calculate the output limiter gain using the RMSChris Robinson2017-05-051-23/+59
* Rename RollOff to RolloffChris Robinson2017-05-051-4/+4
* Add a property to force source spatialization on or offChris Robinson2017-05-041-3/+5