Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resample before frequency analysis | Chris Robinson | 2022-05-13 | 1 | -2/+2 |
| | | | | | | | | | | We want to resample before minimum phase reconstruction since that changes the phase relationship of the sampled signal, introducing a slight bit of noise from truncated sampling. It's not clear that the frequency domain resampling method is accurate, so resampling prior to frequency analysis is an alternative to ensure the resulting frequencies are given the proper phase for sampling. This also cleans up some micro allocations in loops. | ||||
* | Use istream for makemhr input | Chris Robinson | 2019-09-23 | 1 | -3/+4 |
| | |||||
* | Detect SOFA files for makemhr input | Chris Robinson | 2019-03-25 | 1 | -2/+2 |
| | |||||
* | Use only a single function to load the HrirDataT | Chris Robinson | 2019-03-25 | 1 | -20/+2 |
| | |||||
* | Add a command-line option to force mono input with makemhr | Chris Robinson | 2019-03-24 | 1 | -1/+1 |
| | |||||
* | Cleanup some unnecessary parameters | Chris Robinson | 2019-03-24 | 1 | -1/+1 |
| | |||||
* | Move makemhr's .def loading code to a separate source | Chris Robinson | 2019-03-24 | 1 | -0/+30 |
| | |||||
* | Rename makehrtf to makemhr and move it to a subdirectory | Chris Robinson | 2019-03-24 | 1 | -0/+0 |