aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* Pass current and target gains directly for mixingChris Robinson2016-10-056-155/+64
* Update a comment about using row mixersChris Robinson2016-10-051-3/+1
* Better pack the late reverb low- and all-pass variablesChris Robinson2016-10-051-21/+25
* Use the row mixer functions for the B-to-A-Format conversionChris Robinson2016-10-041-16/+10
* Make some pointer-to-array parameters constChris Robinson2016-10-048-45/+53
* Include wtypes.h for defining Windows' property keysChris Robinson2016-10-042-0/+2
* Enhance reverb using B-Format processingChris Robinson2016-10-031-405/+386
* Finalize AL_SOFT_gain_clamp_exChris Robinson2016-10-031-1/+1
* Update the ambisonic coefficients for HRTFChris Robinson2016-09-261-15/+15
* Add a volume-adjust config option to adjust the source output volumeChris Robinson2016-09-242-1/+18
* Recognize Headset formfactors as headphonesChris Robinson2016-09-211-1/+3
* Fix EAX reverb effect output for HRTF and UHJChris Robinson2016-09-131-2/+2
* Call ALfilterState_processC directlyChris Robinson2016-09-122-5/+0
* Write to the correct outputs for extra reverb channelsChris Robinson2016-09-111-2/+2
* Combine the reverb decorrelator delay line with the main delay lineChris Robinson2016-09-111-46/+26
* Don't warn if the desired default HRTF is already firstChris Robinson2016-09-101-4/+4
* Reduce the volume for the HRTF ambisonic decoderChris Robinson2016-09-081-14/+14
* Only WARN if GetProcPath fails to find the binaryChris Robinson2016-09-081-1/+1
* Properly check if /proc/cpuinfo openedChris Robinson2016-09-081-1/+1
* Use a few more HRIRs for the HRTF B-Format decoderChris Robinson2016-09-071-19/+31
* Check for run-time NEON support by reading /proc/cpuinfoChris Robinson2016-09-071-2/+32
* Simplify mmdevapi's device name searchChris Robinson2016-09-071-17/+33
* Merge pull request #65 from Dmytry/dmytry_github_masterkcat2016-09-072-8/+46
|\
| * mmdevapi: Allow specifying output device by it's audio endpoint GUID or by th...Dmytry Lavrov2016-09-062-8/+46
* | Properly align 16-bit fields in the Hrtf structChris Robinson2016-09-071-10/+20
|/
* Make the SelectMixer function sharableChris Robinson2016-09-063-26/+12
* Use the optimized mixing functions for reverb outputChris Robinson2016-09-061-83/+117
* Use deinterlaced buffers for the intermediate reverb storageChris Robinson2016-09-061-119/+137
* Remove use of DECL_CONSTChris Robinson2016-09-062-5/+5
* Do reverb modulation before band-pass filteringChris Robinson2016-09-061-7/+6
* Rename some variables for clarityChris Robinson2016-09-061-28/+30
* Use more correct cube decoder matricesChris Robinson2016-09-052-16/+16
* Do multiple samples at once for reverb modulationChris Robinson2016-09-051-38/+49
* Use a predefined identity matrixChris Robinson2016-09-054-30/+13
* Correct a comment about B-Format conversionChris Robinson2016-09-051-1/+1
* Rename MatrixMixerFunc to RowMixerFuncChris Robinson2016-09-025-11/+11
* Calculate a variable closer to where it's usedChris Robinson2016-09-011-5/+5
* Use MixMatrixRow to upsample the split frequency bands to the outputChris Robinson2016-09-011-30/+12
* Always load HRTF files through memory pointersChris Robinson2016-08-311-261/+134
* Add some helper wrappers to mmap filesChris Robinson2016-08-312-0/+120
* Add a compile-time macro to use dual-band ambisonic HRTF processingChris Robinson2016-08-301-12/+36
* Simplify the ambisonic up-samplerChris Robinson2016-08-301-65/+99
* Remove the upper limit from AL_MIN_GAIN and AL_MAX_GAINChris Robinson2016-08-291-2/+2
* Add a query for the maximum source gain limitChris Robinson2016-08-281-0/+1
* Clamp the maximum mixing gain boost to 16Chris Robinson2016-08-271-10/+11
* Allow sources to play while alcSuspendContext is in effectChris Robinson2016-08-261-3/+3
* Properly defer effect slot changesChris Robinson2016-08-252-3/+6
* Track all references for effect statesChris Robinson2016-08-251-9/+6
* Add a ref count to ALeffectStateChris Robinson2016-08-2510-203/+309
* Consolidate duplicate codeChris Robinson2016-08-241-39/+23