| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some variables for clang-tidy | Chris Robinson | 2023-12-04 | 1 | -13/+10 |
* | Slightly simplify calculating the minimum phase output | Chris Robinson | 2023-10-26 | 1 | -4/+1 |
* | Use deduction guides instead of helper functions for spans | Chris Robinson | 2023-05-05 | 3 | -4/+4 |
* | Replace al::optional with std::optional | Chris Robinson | 2023-05-04 | 2 | -5/+4 |
* | Avoid using auto for lambda parameters | Chris Robinson | 2023-02-06 | 1 | -1/+1 |
* | Make sure a variable is set before use | Chris Robinson | 2023-01-31 | 1 | -3/+3 |
* | 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 | 1 | -1/+1 |
* | Remove the FFT'd resampler from makemhr | Chris Robinson | 2023-01-11 | 1 | -93/+0 |
* | Avoid extraneous temporaries when filling vectors | Chris Robinson | 2022-12-15 | 2 | -0/+5 |
* | 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 |
* | Avoid nesting lambdas | Chris Robinson | 2022-10-24 | 1 | -42/+27 |
* | 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 |
* | Add missing include | Chris Robinson | 2021-02-16 | 1 | -0/+1 |
* | Avoid allocating for each HRIR reconstruction | Chris Robinson | 2020-08-14 | 1 | -9/+9 |
* | Simplify StrSubst in makemhr | Chris Robinson | 2020-08-13 | 1 | -36/+27 |
* | Improve handling main() with UTF-8 args on Windows | Chris Robinson | 2020-08-12 | 1 | -2/+0 |
* | Apply simulated HRIR occlusion in the frequency domain | Chris Robinson | 2020-06-21 | 1 | -50/+59 |
* | Synthesize missing elevations in the frequency domain | Chris Robinson | 2020-06-21 | 1 | -141/+147 |
* | Use multiple threads for magnitude calculations | Chris Robinson | 2020-06-19 | 3 | -46/+107 |
* | Avoid blending multiple IRs for the -90 elevation IR | Chris Robinson | 2020-06-19 | 1 | -33/+27 |
* | Calculate the HRIR onsets and magnitudes separately from loading | Chris Robinson | 2020-06-17 | 1 | -21/+82 |
* | Add a makemhr option to use the farthest field only | Chris Robinson | 2020-06-17 | 1 | -8/+30 |
* | Resample HRIRs after equalization | Chris Robinson | 2020-06-17 | 1 | -93/+93 |
* | Avoid reinitializing the resampler with each HRIR | Chris Robinson | 2020-06-17 | 1 | -10/+11 |
* | Resample HRTFs in the frequency domain in makemhr | Chris Robinson | 2020-06-17 | 1 | -29/+93 |
* | Add missing <cstdarg> | ArthurSonzogni | 2020-04-10 | 1 | -1/+2 |
* | Update the makemhr utility and default HRTF | Chris Robinson | 2020-02-11 | 1 | -17/+13 |
* | Scale delays when exceeding the max for generated mhr files | Chris Robinson | 2020-02-10 | 1 | -15/+35 |
* | Use the peak IR magnitude to get the onset | Chris Robinson | 2020-01-25 | 2 | -19/+7 |
* | Fix MHR limits | Chris Robinson | 2019-12-11 | 1 | -7/+3 |
* | Move duplicate SOFA-related functions to a reusable library | Chris Robinson | 2019-12-11 | 1 | -244/+16 |
* | Simplify a status-checking loop | Chris Robinson | 2019-12-10 | 1 | -7/+6 |
* | Simplify a couple assignments | Chris Robinson | 2019-12-09 | 1 | -5/+3 |
* | Simplify a check | Chris Robinson | 2019-12-08 | 1 | -1/+1 |
* | Load SOFA HRIRs in a background thread | Chris Robinson | 2019-12-08 | 1 | -63/+79 |
* | Report the non-uniform elevations in sofa-info | Chris Robinson | 2019-12-08 | 1 | -14/+18 |
* | Report the number of IRs used from SOFA files | Chris Robinson | 2019-12-08 | 1 | -2/+9 |
* | Simplify some parameters | Chris Robinson | 2019-12-08 | 1 | -25/+23 |
* | Improve detection of compatible layouts in SOFA files | Chris Robinson | 2019-12-08 | 1 | -131/+137 |
* | Move the polyphase resampler to the common lib | Chris Robinson | 2019-11-28 | 4 | -250/+11 |