| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure sio_write and sio_read return valid values | Chris Robinson | 2022-11-07 | 1 | -5/+12 |
* | Add preliminary support for 7.1.4 output modes | Chris Robinson | 2022-11-03 | 14 | -5/+129 |
* | Add functions to start sources at a particular device time | Chris Robinson | 2022-11-03 | 3 | -0/+13 |
* | Add the ability to start a voice at a particular time | Chris Robinson | 2022-11-03 | 1 | -1/+5 |
* | Add missing header | Chris Robinson | 2022-10-22 | 1 | -0/+1 |
* | Add a warning when using the old UHJ filter option | Chris Robinson | 2022-10-21 | 1 | -2/+8 |
* | Rename some variables to be less ambiguous | Chris Robinson | 2022-10-21 | 1 | -2/+2 |
* | Add separate filter options for UHJ encoding and decoding | Chris Robinson | 2022-10-21 | 2 | -8/+29 |
* | Add an IIR filter option for UHJ encoding/decoding | Chris Robinson | 2022-10-21 | 2 | -3/+5 |
* | Avoid using a modulo in a loop | Chris Robinson | 2022-10-18 | 1 | -10/+42 |
* | Remove unnecessary includes and forward declarations | Chris Robinson | 2022-09-23 | 1 | -7/+0 |
* | Remove an unnecessary include | Chris Robinson | 2022-09-22 | 1 | -1/+0 |
* | Use PulseAudio's threaded mainloop instead of a custom one | Chris Robinson | 2022-09-22 | 1 | -141/+160 |
* | Correctly check if a multi-channel decoder is set | Chris Robinson | 2022-09-16 | 1 | -1/+1 |
* | Update the built-in quad and 7.1 decoders | Chris Robinson | 2022-09-16 | 1 | -26/+26 |
* | Don't pack ambdec coefficients | Chris Robinson | 2022-09-12 | 1 | -64/+22 |
* | Ensure coeff_scale is set for ambdec files | Chris Robinson | 2022-09-11 | 1 | -0/+1 |
* | Track if doing 2D mixing only | Chris Robinson | 2022-09-04 | 4 | -6/+15 |
* | Allow different HF scales for 2D mixing/output | Chris Robinson | 2022-09-04 | 2 | -2/+2 |
* | Use the difference in HF scale for upsampling ambisonics | Chris Robinson | 2022-09-03 | 2 | -2/+2 |
* | Revert "Don't apply the HF scaling for "upsampling" ambisonics" | Chris Robinson | 2022-09-02 | 2 | -4/+42 |
* | Use an icosahedron for 3D second-order | Chris Robinson | 2022-09-01 | 1 | -32/+33 |
* | Don't apply the HF scaling for "upsampling" ambisonics | Chris Robinson | 2022-08-31 | 2 | -42/+4 |
* | Use a more precise 3D7.1 decoder | Chris Robinson | 2022-08-30 | 1 | -12/+12 |
* | Do a simplified update for reverb when not fading | Chris Robinson | 2022-08-29 | 1 | -49/+48 |
* | Always fade the main early and late delay taps | Chris Robinson | 2022-08-29 | 1 | -8/+33 |
* | Update reverb processing | Chris Robinson | 2022-08-29 | 1 | -285/+290 |
* | Allow the remix tables to be variable length | Chris Robinson | 2022-08-28 | 1 | -9/+9 |
* | Upsample the reverb output as needed | Chris Robinson | 2022-08-27 | 1 | -35/+94 |
* | 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 | 3 | -9/+29 |
* | 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 | 6 | -8/+8 |
* | Fix the ringbuffer write size | Chris Robinson | 2022-08-18 | 1 | -1/+1 |
* | Use an intermediate buffer for writing to the ringbuffer | Chris Robinson | 2022-08-18 | 1 | -26/+11 |
* | Pass the action flags to AudioUnitRender from the callback | Chris Robinson | 2022-08-17 | 1 | -3/+2 |
* | Inline a function and remove an unnecessary parameter | Chris Robinson | 2022-08-16 | 2 | -2/+2 |
* | Pass the bus number to AudioUnitRender from the callback | Chris Robinson | 2022-08-16 | 1 | -2/+2 |
* | Use proper array sizes for more gains | Chris Robinson | 2022-08-15 | 12 | -22/+26 |
* | Use amplitude-matching HF scaling for non-FOA HRTF output | Chris Robinson | 2022-08-15 | 1 | -4/+4 |
* | Update in incorrect comment | Chris Robinson | 2022-08-15 | 1 | -1/+1 |
* | Use a decode-encode method for ambisonic upsampling | Chris Robinson | 2022-08-15 | 1 | -6/+107 |
* | Update some arrays in preparation for fourth order support | Chris Robinson | 2022-08-14 | 1 | -1/+3 |
* | Rename the UHJ filter config option | Chris Robinson | 2022-08-09 | 1 | -2/+2 |
* | Add an option for higher quality UHJ filters | Chris Robinson | 2022-08-08 | 2 | -15/+30 |