| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some explicit template parameters | Chris Robinson | 2023-11-10 | 1 | -8/+7 |
* | Use a byte for the channel index | Chris Robinson | 2023-10-22 | 1 | -9/+9 |
* | Use a span for a known array length instead of a raw pointer | Chris Robinson | 2023-10-15 | 1 | -14/+14 |
* | Improve ambisonic rotator coefficient accuracy | Chris Robinson | 2023-10-02 | 1 | -17/+38 |
* | Avoid casting an integer literal | Chris Robinson | 2023-09-22 | 1 | -1/+1 |
* | Store channel positions as vectors instead of angles | Chris Robinson | 2023-09-14 | 1 | -117/+162 |
* | Use a span instead of an auto&& to array | Chris Robinson | 2023-09-13 | 1 | -7/+7 |
* | Fix some typos (#872) | Dirk Stolle | 2023-07-04 | 1 | -1/+1 |
* | Use inline variables instead of functions with static variables | Chris Robinson | 2023-06-14 | 1 | -12/+12 |
* | Rename threads.cpp/h to alsem.cpp/h | Chris Robinson | 2023-06-01 | 1 | -1/+0 |
* | Be a bit more safe with type mangling | Chris Robinson | 2023-05-24 | 1 | -4/+2 |
* | Use a variant for AsyncEvent | Chris Robinson | 2023-05-08 | 1 | -15/+16 |
* | Send a debug message when disconnecting | Chris Robinson | 2023-05-08 | 1 | -9/+6 |
* | Replace al::optional with std::optional | Chris Robinson | 2023-05-04 | 1 | -0/+1 |
* | Scale B-Format panning coefficients only when needed | Chris Robinson | 2023-04-06 | 1 | -7/+7 |
* | Use macros for the likely/unlikely attributes | Chris Robinson | 2023-03-01 | 1 | -6/+6 |
* | Separate decoding and mixing from resampling | Chris Robinson | 2023-02-12 | 1 | -6/+0 |
* | Use a span to hold the cubic table reference | Chris Robinson | 2023-02-10 | 1 | -1/+1 |
* | Rename the bsinc table variables | Chris Robinson | 2023-02-07 | 1 | -2/+2 |
* | Use an interpolated FIR filter for cubic resampling | Chris Robinson | 2023-02-06 | 1 | -0/+11 |
* | Avoid using auto for lambda parameters | Chris Robinson | 2023-02-06 | 1 | -1/+1 |
* | Transpose the ambisonic rotation matrix and helper coefficients | Chris Robinson | 2023-01-26 | 1 | -39/+32 |
* | Transpose the ambisonic voice mixing matrix | Chris Robinson | 2023-01-25 | 1 | -34/+41 |
* | Change a couple macros to constexpr variables | Chris Robinson | 2023-01-16 | 1 | -4/+4 |
* | Precalculate reused scale factors | Chris Robinson | 2023-01-15 | 1 | -1/+1 |
* | clang-tidy cleanups (#800) | Rosen Penev | 2023-01-15 | 1 | -2/+2 |
* | Don't use doubles for upsampling B-Format transforms | Chris Robinson | 2023-01-13 | 1 | -3/+3 |
* | Rename some struct members | Chris Robinson | 2023-01-10 | 1 | -3/+3 |
* | Use a bitset for the enabled event flags | Chris Robinson | 2022-12-16 | 1 | -4/+3 |
* | Implement an al::unreachable wrapper/helper | Chris Robinson | 2022-12-13 | 1 | -1/+1 |
* | Avoid using a macro to wrap standard attributes | Chris Robinson | 2022-12-06 | 1 | -6/+6 |
* | Avoid LIKELY/UNLIKELY macros | Chris Robinson | 2022-12-05 | 1 | -5/+5 |
* | Use standard likely/unlikely attributes when available | Chris Robinson | 2022-12-05 | 1 | -1/+1 |
* | Add the ability to start a voice at a particular time | Chris Robinson | 2022-11-03 | 1 | -1/+5 |
* | Track if doing 2D mixing only | Chris Robinson | 2022-09-04 | 1 | -3/+6 |
* | Add a 2D fourth-order upsampler | Chris Robinson | 2022-08-27 | 1 | -0/+3 |
* | Don't mark a non-constexpr-able function as constexpr | Chris Robinson | 2022-08-26 | 1 | -1/+1 |
* | Simplify calculating the ambisonic rotator coefficients | Chris Robinson | 2022-08-26 | 1 | -34/+33 |
* | Fix W input mixing when non-0 coverage | Chris Robinson | 2022-08-26 | 1 | -15/+25 |
* | Create and use 2D upsampling matrices | Chris Robinson | 2022-08-25 | 1 | -7/+27 |
* | Apply the upsampler before rotation | Chris Robinson | 2022-08-25 | 1 | -84/+23 |
* | Skip LFE for aux send gains with Direct Channels | Chris Robinson | 2022-08-18 | 1 | -0/+4 |
* | Fix the channel spread for aux send gains with full HRTF | Chris Robinson | 2022-08-18 | 1 | -1/+1 |
* | Inline and precompute some CalcDirectionCoeffs calls | Chris Robinson | 2022-08-18 | 1 | -1/+1 |
* | Use a decode-encode method for ambisonic upsampling | Chris Robinson | 2022-08-15 | 1 | -6/+107 |
* | Avoid putting a 1KB array on the stack | Chris Robinson | 2022-08-02 | 1 | -6/+6 |
* | Rework multi-channel source radius handling | Chris Robinson | 2022-08-02 | 1 | -50/+118 |
* | Change an inline function to a class method | Chris Robinson | 2022-08-02 | 1 | -4/+4 |
* | Use an intrusive_ptr to hold on to the EffectState | Chris Robinson | 2022-07-29 | 1 | -3/+3 |
* | Use the reverb air absorption for the send paths | Chris Robinson | 2022-07-19 | 1 | -9/+7 |