Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify applying the field magnitude factor | Chris Robinson | 2019-03-27 | 1 | -2/+2 |
| | |||||
* | Avoid recreating temporary buffers all the time | Chris Robinson | 2019-03-26 | 1 | -68/+85 |
| | |||||
* | Fix a return type for accumulation | Chris Robinson | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | Require IR dimensions from a SOFA file | Chris Robinson | 2019-03-26 | 1 | -2/+2 |
| | |||||
* | Avoid some explicit loops | Chris Robinson | 2019-03-26 | 1 | -39/+30 |
| | |||||
* | Add a missing include for varargs | Chris Robinson | 2019-03-26 | 1 | -0/+1 |
| | |||||
* | Support loading SOFA files directly with makemhr | Chris Robinson | 2019-03-25 | 4 | -4/+662 |
| | | | | | | | This extracts the definition info it can from the SOFA, and uses the same logic as sofa-info to automatically detect an appropriate layout. There is a bit of code duplication from loaddef.cpp and sofa-info.cpp, though there are slight modifications. | ||||
* | Detect SOFA files for makemhr input | Chris Robinson | 2019-03-25 | 3 | -12/+38 |
| | |||||
* | Use only a single function to load the HrirDataT | Chris Robinson | 2019-03-25 | 3 | -41/+55 |
| | |||||
* | Add a command-line option to force mono input with makemhr | Chris Robinson | 2019-03-24 | 4 | -8/+26 |
| | |||||
* | Cleanup some unnecessary parameters | Chris Robinson | 2019-03-24 | 4 | -49/+29 |
| | |||||
* | Move makemhr's .def loading code to a separate source | Chris Robinson | 2019-03-24 | 6 | -2077/+2155 |
| | |||||
* | Rename makehrtf to makemhr and move it to a subdirectory | Chris Robinson | 2019-03-24 | 5 | -0/+3855 |