aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Inline and precompute some CalcDirectionCoeffs callsChris Robinson2022-08-187-8/+20
* Avoid duplicate codeChris Robinson2022-08-183-77/+56
* rtkit: match includes with code (#752)Rosen Penev2022-08-181-1/+2
* Fix the ringbuffer write sizeChris Robinson2022-08-181-1/+1
* Use an intermediate buffer for writing to the ringbufferChris Robinson2022-08-181-26/+11
* Pass the action flags to AudioUnitRender from the callbackChris Robinson2022-08-171-3/+2
* Inline a function and remove an unnecessary parameterChris Robinson2022-08-165-32/+23
* Pass the bus number to AudioUnitRender from the callbackChris Robinson2022-08-161-2/+2
* Use proper array sizes for more gainsChris Robinson2022-08-1515-26/+30
* Use amplitude-matching HF scaling for non-FOA HRTF outputChris Robinson2022-08-151-4/+4
* Use the proper type for a global definitionChris Robinson2022-08-151-9/+11
* Update in incorrect commentChris Robinson2022-08-151-1/+1
* Use a decode-encode method for ambisonic upsamplingChris Robinson2022-08-153-22/+283
* Use the right array size for the mixing parametersChris Robinson2022-08-141-1/+1
* Update some arrays in preparation for fourth order supportChris Robinson2022-08-142-6/+11
* Update the default HRTFChris Robinson2022-08-133-4/+2
* Move a member variable to the struct it's neededChris Robinson2022-08-091-2/+2
* Rename the UHJ filter config optionChris Robinson2022-08-092-7/+7
* Add an option for higher quality UHJ filtersChris Robinson2022-08-086-19/+67
* Parameterize the UHJ filter lengthChris Robinson2022-08-077-40/+101
* Clear the buffer from X-RAM before updating its sizeChris Robinson2022-08-051-0/+3
* Avoid putting a 1KB array on the stackChris Robinson2022-08-022-7/+10
* Rework multi-channel source radius handlingChris Robinson2022-08-021-50/+118
* Change an inline function to a class methodChris Robinson2022-08-024-16/+15
* Simplify calculating nearest HRIR indexChris Robinson2022-08-021-8/+1
* Check the channel count for a valid DecoderViewChris Robinson2022-08-021-1/+1
* Add media class for Audio/Source/Virtual as a valid node (#747)Eir W2022-08-021-1/+6
* Add missing include for FreeBSDChris Robinson2022-07-291-0/+3
* AllocEffectSlot can't failChris Robinson2022-07-291-17/+3
* Use an intrusive_ptr to hold on to the EffectStateChris Robinson2022-07-293-9/+7
* Ensure some mixing buffers are aligned for SIMDChris Robinson2022-07-262-2/+2
* Mark the EffectSlot in use after getting oneChris Robinson2022-07-261-0/+1
* Avoid __try on ARMv7 targets with MSVCChris Robinson2022-07-241-1/+4
* Fix a typo in a commentChris Robinson2022-07-221-2/+2
* Don't assume rlim_t is unsignedChris Robinson2022-07-221-3/+4
* Update a config comment about the default sample rateChris Robinson2022-07-211-1/+1
* Use the reverb air absorption for the send pathsChris Robinson2022-07-191-9/+7
* Silence an inline failure warning with GCCChris Robinson2022-07-191-0/+4
* Declare variables closer to where they're usedChris Robinson2022-07-181-4/+2
* Remove a redundant checkChris Robinson2022-07-171-3/+0
* Fix parameter signednessChris Robinson2022-07-172-2/+2
* Update some outdated docsChris Robinson2022-07-172-16/+8
* Avoid duplicate initializations for multiple filtersChris Robinson2022-07-171-1/+2
* Fix possible C2084 compiler error (#735)Edoardo Lolletti2022-07-171-0/+3
* Merge pull request #734 from bibendovsky/wip_20220714kcat2022-07-177-57/+197
|\
| * [EAX_SOURCE] Fix source's occlusion and exclusion contributionBoris I. Bendovsky2022-07-173-19/+62
| * [EAX_FX_SLOT] Fix setting EAX5 flagsBoris I. Bendovsky2022-07-171-1/+1
| * [EAX_CONTEXT] Fix defaults for current propertiesBoris I. Bendovsky2022-07-172-6/+41
| * [EAX_FX_SLOT] Fix defaults for current propertiesBoris I. Bendovsky2022-07-172-18/+45
| * [EAX_SOURCE] Skip occlusion calculation if occlusion property is zeroBoris I. Bendovsky2022-07-171-3/+7