aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Make MixSamples non-static globalChris Robinson2017-12-171-1/+2
* Allow storing multiple buffers in a ALbufferlistitemChris Robinson2017-12-152-68/+145
* Add queries to get the source offset with the device clockChris Robinson2017-12-032-0/+34
* Add an "un-exposed" method to get the library versionChris Robinson2017-10-161-0/+10
* Avoid a separate function to query ambisonic mode supportChris Robinson2017-09-271-12/+8
* Re-update effect slots when context properties changeChris Robinson2017-09-278-48/+42
* Don't update context and listener props unnecessarilyChris Robinson2017-09-274-40/+52
* Update the context state properties separatelyChris Robinson2017-09-275-26/+69
* Add an option to ignore the app's speed of sound for reverb decayChris Robinson2017-09-222-1/+3
* Pass the context to the auxiliary effect update methodChris Robinson2017-09-211-2/+2
* Manually save and restore the FPU rounding mode on WindowsChris Robinson2017-09-191-0/+3
* Rename resampler labelsChris Robinson2017-08-271-3/+3
* Add a higher quality bsinc resampler using 24 sample pointsChris Robinson2017-08-272-5/+12
* Rename the bsinc resampler to bsinc12Chris Robinson2017-08-252-4/+4
* 0 meters per unit is invalidChris Robinson2017-08-211-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-7/+11
* Simplify bsinc filter storage in the filter stateChris Robinson2017-08-161-6/+5
* Keep bsinc info together in a structChris Robinson2017-08-151-2/+1
* Avoid re-selecting the direct HRTF mix functionChris Robinson2017-08-071-0/+2
* Add a front-stablizer config option for surround sound modesChris Robinson2017-07-311-0/+3
* Apply the output buffer offset before writing to itChris Robinson2017-07-151-1/+1
* Use macros to set and restore the mixer FPU modeChris Robinson2017-07-132-4/+14
* Store the default effect slot in the contextChris Robinson2017-07-132-8/+5
* Store the QSA backend's ExtraData in the wrapper structChris Robinson2017-06-291-2/+0
* Remove the fastf2u conversion functionChris Robinson2017-06-271-5/+0
* Clean up some messy rounding codeChris Robinson2017-06-261-0/+18
* Use the bsinc resampler for the converterChris Robinson2017-06-251-0/+2
* "Convert" the QSA backend to the new APIChris Robinson2017-06-181-19/+0
* Make the dithering depth configurableChris Robinson2017-06-171-1/+1
* Don't force a fade-in when resuming a paused sourceChris Robinson2017-06-091-11/+1
* Fix source sends' initial HF absorption and decay calculationChris Robinson2017-05-272-2/+2
* Add a new compressor/limiterChris Robinson2017-05-272-24/+30
* Finalize ALC_SOFT_output_limiterChris Robinson2017-05-251-5/+0
* Add an option to dither 8- and 16-bit outputChris Robinson2017-05-232-0/+7
* Reduce the amount of variables that hold the same valueChris Robinson2017-05-211-2/+2
* Add a method to copy a filter's coefficientsChris Robinson2017-05-212-0/+10
* Use a macro to specify the decay target gainChris Robinson2017-05-211-0/+3
* Apply more proper air absorption to the wet pathChris Robinson2017-05-192-0/+4
* Finalize AL_SOFT_source_spatializeChris Robinson2017-05-111-6/+0
* Reduce LIMITER_VALUE_MAXChris Robinson2017-05-091-1/+1
* Store the output limiter values as fixed-point integersChris Robinson2017-05-081-2/+6
* Update AL_SOURCE_SPATIALIZE_SOFT valueChris Robinson2017-05-061-1/+1
* Calculate the output limiter gain using the RMSChris Robinson2017-05-052-1/+20
* Rename RollOff to RolloffChris Robinson2017-05-053-6/+6
* Start an extension to change the source's spatialize propertyChris Robinson2017-05-053-3/+31
* Add a property to force source spatialization on or offChris Robinson2017-05-043-0/+10
* Finalize AL_SOFT_source_resamplerChris Robinson2017-05-031-13/+0
* Rename Zero-Order Hold to NearestChris Robinson2017-05-031-1/+1
* Add a mixing function to blend HRIRsChris Robinson2017-05-031-0/+5