aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makemhr/loaddef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement our own cache for MYSOFA_EASY objectsChris Robinson2023-12-311-14/+39
* Clean up some gotos and non-optimal castsChris Robinson2023-12-261-2/+4
* Fix implicit widening after multiplicationChris Robinson2023-12-231-10/+11
* Fix clang-tidy warnings from the examples and utilitiesChris Robinson2023-12-131-74/+79
* Much more clang-tidy cleanupChris Robinson2023-12-101-199/+186
* Use deduction guides instead of helper functions for spansChris Robinson2023-05-051-1/+1
* Replace al::optional with std::optionalChris Robinson2023-05-041-3/+2
* Make sure a variable is set before useChris Robinson2023-01-311-3/+3
* Replace a couple more pointer+count with a spanChris Robinson2023-01-231-22/+22
* Use a vector of arrays for a multi-dimensional arrayChris Robinson2023-01-231-4/+6
* Use a span instead of pointer+countChris Robinson2023-01-231-2/+2
* Remove a redundant struct memberChris Robinson2023-01-231-6/+6
* Resample before frequency analysisChris Robinson2022-05-131-23/+53
* Add missing <cstdarg>ArthurSonzogni2020-04-101-1/+2
* Use the peak IR magnitude to get the onsetChris Robinson2020-01-251-12/+4
* Move the polyphase resampler to the common libChris Robinson2019-11-281-3/+3
* Use istream for makemhr inputChris Robinson2019-09-231-124/+131
* Use our case-insensitive compare functions in makemhrChris Robinson2019-09-161-19/+20
* Enable and fix more warningsChris Robinson2019-09-141-5/+4
* Avoid C-style casts in C++Chris Robinson2019-09-111-6/+6
* Fix some implicit castsChris Robinson2019-09-111-8/+8
* Add missing header.Penguin2019-07-141-0/+1
* Add a missing include for varargsChris Robinson2019-03-261-0/+1
* Detect SOFA files for makemhr inputChris Robinson2019-03-251-4/+11
* Use only a single function to load the HrirDataTChris Robinson2019-03-251-3/+42
* Add a command-line option to force mono input with makemhrChris Robinson2019-03-241-1/+6
* Cleanup some unnecessary parametersChris Robinson2019-03-241-7/+4
* Move makemhr's .def loading code to a separate sourceChris Robinson2019-03-241-0/+1976
* Rename makehrtf to makemhr and move it to a subdirectoryChris Robinson2019-03-241-0/+0