aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makemhr/makemhr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle pointer ownership a bit betterChris Robinson2023-12-291-14/+17
* Avoid assignments in if conditionsChris Robinson2023-12-231-2/+2
* Fix implicit widening after multiplicationChris Robinson2023-12-231-20/+19
* Ensure struct members are initializedChris Robinson2023-12-201-4/+4
* Fix clang-tidy warnings from the examples and utilitiesChris Robinson2023-12-131-84/+84
* Much more clang-tidy cleanupChris Robinson2023-12-101-19/+18
* Clean up some variables for clang-tidyChris Robinson2023-12-041-13/+10
* Slightly simplify calculating the minimum phase outputChris Robinson2023-10-261-4/+1
* Avoid using auto for lambda parametersChris Robinson2023-02-061-1/+1
* Increase the default mhr truncation size to 64Chris Robinson2023-01-231-1/+1
* Replace a couple more pointer+count with a spanChris Robinson2023-01-231-94/+75
* Use a vector of arrays for a multi-dimensional arrayChris Robinson2023-01-231-3/+3
* Use a span instead of pointer+countChris Robinson2023-01-231-13/+13
* Remove a redundant struct memberChris Robinson2023-01-231-26/+24
* Remove some unused membersChris Robinson2023-01-231-2/+0
* Fix closing parenthesisChris Robinson2023-01-151-1/+1
* clang-tidy cleanups (#800)Rosen Penev2023-01-151-1/+1
* Remove the FFT'd resampler from makemhrChris Robinson2023-01-111-93/+0
* Avoid extraneous temporaries when filling vectorsChris Robinson2022-12-151-0/+2
* Use the existing common FFT functions in makemhrChris Robinson2022-11-271-82/+3
* Avoid nesting lambdasChris Robinson2022-10-241-42/+27
* Resample before frequency analysisChris Robinson2022-05-131-3/+3
* Avoid allocating for each HRIR reconstructionChris Robinson2020-08-141-9/+9
* Simplify StrSubst in makemhrChris Robinson2020-08-131-36/+27
* Improve handling main() with UTF-8 args on WindowsChris Robinson2020-08-121-2/+0
* Apply simulated HRIR occlusion in the frequency domainChris Robinson2020-06-211-50/+59
* Synthesize missing elevations in the frequency domainChris Robinson2020-06-211-141/+147
* Use multiple threads for magnitude calculationsChris Robinson2020-06-191-14/+34
* Avoid blending multiple IRs for the -90 elevation IRChris Robinson2020-06-191-33/+27
* Add a makemhr option to use the farthest field onlyChris Robinson2020-06-171-8/+30
* Resample HRIRs after equalizationChris Robinson2020-06-171-93/+93
* Resample HRTFs in the frequency domain in makemhrChris Robinson2020-06-171-29/+93
* Update the makemhr utility and default HRTFChris Robinson2020-02-111-17/+13
* Scale delays when exceeding the max for generated mhr filesChris Robinson2020-02-101-15/+35
* Fix MHR limitsChris Robinson2019-12-111-7/+3
* Simplify a status-checking loopChris Robinson2019-12-101-7/+6
* Move the polyphase resampler to the common libChris Robinson2019-11-281-234/+3
* Fix azimuth limitChris Robinson2019-10-221-3/+5
* Use istream for makemhr inputChris Robinson2019-09-231-46/+41
* Use our case-insensitive compare functions in makemhrChris Robinson2019-09-161-1/+2
* Fix some implicit castsChris Robinson2019-09-111-26/+25
* Clean up some more headersChris Robinson2019-07-281-23/+18
* Properly include getopt.hChris Robinson2019-07-141-1/+1
* Simplify applying the field magnitude factorChris Robinson2019-03-271-2/+2
* Support loading SOFA files directly with makemhrChris Robinson2019-03-251-3/+8
* Detect SOFA files for makemhr inputChris Robinson2019-03-251-6/+25
* Use only a single function to load the HrirDataTChris Robinson2019-03-251-18/+11
* Add a command-line option to force mono input with makemhrChris Robinson2019-03-241-6/+14
* Cleanup some unnecessary parametersChris Robinson2019-03-241-33/+24
* Move makemhr's .def loading code to a separate sourceChris Robinson2019-03-241-2077/+11