aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makemhr/makemhr.h
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy warnings from the examples and utilitiesChris Robinson2023-12-131-12/+20
* Much more clang-tidy cleanupChris Robinson2023-12-101-2/+2
* Use deduction guides instead of helper functions for spansChris Robinson2023-05-051-2/+2
* Replace a couple more pointer+count with a spanChris Robinson2023-01-231-4/+2
* Use a vector of arrays for a multi-dimensional arrayChris Robinson2023-01-231-1/+1
* Use a span instead of pointer+countChris Robinson2023-01-231-1/+3
* Remove a redundant struct memberChris Robinson2023-01-231-1/+0
* Remove some unused membersChris Robinson2023-01-231-2/+0
* Avoid extraneous temporaries when filling vectorsChris Robinson2022-12-151-0/+3
* Avoid manually specifying FFT template parametersChris Robinson2022-12-141-2/+2
* Use the existing common FFT functions in makemhrChris Robinson2022-11-271-2/+13
* Move the polyphase resampler to the common libChris Robinson2019-11-281-10/+2
* Fix azimuth limitChris Robinson2019-10-221-1/+4
* Increase the max elevation and azimuth count for HRTFsChris Robinson2019-10-211-3/+3
* Support loading SOFA files directly with makemhrChris Robinson2019-03-251-1/+1
* Add a command-line option to force mono input with makemhrChris Robinson2019-03-241-0/+5
* Cleanup some unnecessary parametersChris Robinson2019-03-241-8/+0
* Move makemhr's .def loading code to a separate sourceChris Robinson2019-03-241-0/+128