| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the default resampler to cubic | Chris Robinson | 2023-01-27 | 1 | -1/+1 |
* | Increase the default mhr truncation size to 64 | Chris Robinson | 2023-01-23 | 1 | -1/+1 |
* | Replace a couple more pointer+count with a span | Chris Robinson | 2023-01-23 | 4 | -148/+124 |
* | Use a vector of arrays for a multi-dimensional array | Chris Robinson | 2023-01-23 | 4 | -12/+16 |
* | Use a span instead of pointer+count | Chris Robinson | 2023-01-23 | 4 | -17/+19 |
* | Remove a redundant struct member | Chris Robinson | 2023-01-23 | 4 | -37/+34 |
* | Remove some unused members | Chris Robinson | 2023-01-23 | 2 | -4/+0 |
* | Fix closing parenthesis | Chris Robinson | 2023-01-15 | 1 | -1/+1 |
* | clang-tidy cleanups (#800) | Rosen Penev | 2023-01-15 | 3 | -19/+19 |
* | Remove the FFT'd resampler from makemhr | Chris Robinson | 2023-01-11 | 1 | -93/+0 |
* | Update alsoft-config with the new settings | Chris Robinson | 2023-01-09 | 2 | -7/+38 |
* | Update alsoft-config | Chris Robinson | 2023-01-08 | 2 | -72/+7 |
* | Display the device sample rate in openal-info | Chris Robinson | 2022-12-31 | 1 | -1/+7 |
* | Avoid extraneous temporaries when filling vectors | Chris Robinson | 2022-12-15 | 2 | -0/+5 |
* | Better handle span sources from iterators | Chris Robinson | 2022-12-14 | 1 | -2/+2 |
* | Avoid manually specifying FFT template parameters | Chris Robinson | 2022-12-14 | 1 | -2/+2 |
* | Use the existing common FFT functions in makemhr | Chris Robinson | 2022-11-27 | 2 | -84/+16 |
* | Update alsoft-config for new options | Chris Robinson | 2022-11-17 | 2 | -51/+89 |
* | Support different input channel orders in uhjencoder | Chris Robinson | 2022-11-04 | 1 | -12/+39 |
* | Use the correct input for the IIR UHJ encoder | Chris Robinson | 2022-10-26 | 1 | -2/+2 |
* | Avoid nesting lambdas | Chris Robinson | 2022-10-24 | 1 | -42/+27 |
* | Avoid a duplicate all-pass function that accumulates | Chris Robinson | 2022-10-22 | 1 | -33/+30 |
* | Don't pass null to fprintf | Chris Robinson | 2022-10-10 | 1 | -2/+2 |
* | Handle the delays specified in SOFA files | Chris Robinson | 2022-10-10 | 1 | -44/+55 |
* | Resample before frequency analysis | Chris Robinson | 2022-05-13 | 5 | -38/+92 |
* | Handle 3D7.1 as a separate channel configuration | Chris Robinson | 2022-04-26 | 3 | -35/+80 |
* | Update a tooltip to match current behavior | Chris Robinson | 2022-04-26 | 1 | -3/+1 |
* | Add an option to alsoft-config for EAX API support | Chris Robinson | 2022-04-26 | 2 | -1/+29 |
* | Print the output mode from openal-info | Chris Robinson | 2022-04-17 | 1 | -0/+29 |
* | Fix the UHJ decoder parameters in uhjdecoder | Chris Robinson | 2022-03-02 | 1 | -5/+5 |
* | Use a more compatible method to check for EFX effects | Chris Robinson | 2022-02-26 | 1 | -41/+68 |
* | Add options to encode 3- and 4-channel UHJ to uhjencoder | Chris Robinson | 2022-02-04 | 1 | -19/+71 |
* | Rename Sqrt1_2 for consistency | Chris Robinson | 2022-02-01 | 1 | -2/+2 |
* | Remove math_defs.h | Chris Robinson | 2022-01-27 | 1 | -47/+48 |
* | Get rid of MathDefs | Chris Robinson | 2022-01-27 | 1 | -1/+2 |
* | Add an ambi-format option for ACN ordering and FuMa scaling | Chris Robinson | 2022-01-12 | 1 | -1/+2 |
* | Use the deprecated enum for older Qt versions | Chris Robinson | 2022-01-06 | 1 | -0/+4 |
* | Avoid a deprecated QString enum | Chris Robinson | 2022-01-05 | 1 | -1/+1 |
* | Add a third-order ambisonic decoder for HRTF | Chris Robinson | 2022-01-05 | 1 | -5/+4 |
* | Add the PipeWire config option to alsoft-config | Chris Robinson | 2021-12-25 | 2 | -0/+33 |
* | Slight update to the UHJ coefficients | Chris Robinson | 2021-11-28 | 2 | -34/+34 |
* | Recognize PipeWire in alsoft-config | Chris Robinson | 2021-11-26 | 1 | -0/+3 |
* | Slightly improve logging on Windows | Chris Robinson | 2021-11-21 | 1 | -64/+5 |
* | Update alsoft-config | Chris Robinson | 2021-11-11 | 2 | -17/+49 |
* | Remove some lingering mentions of surround51rear | Chris Robinson | 2021-10-21 | 1 | -2/+3 |
* | Use a higher quality all-pass for the UHJ utils | Chris Robinson | 2021-07-30 | 2 | -8/+17 |
* | Add a utility to encode audio files to UHJ | Chris Robinson | 2021-07-09 | 1 | -0/+454 |
* | Fix UHJ encoding/decoding factors | Chris Robinson | 2021-04-11 | 1 | -1/+3 |
* | Remove some unnecessary includes | Chris Robinson | 2021-03-28 | 1 | -6/+0 |
* | Move the UHJ phase shifter to a common header | Chris Robinson | 2021-03-28 | 1 | -196/+31 |