aboutsummaryrefslogtreecommitdiffstats
path: root/core/hrtf.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace al::optional with std::optionalChris Robinson2023-05-041-2/+2
|
* Use a span instead of a count+pointerChris Robinson2023-01-111-4/+3
|
* Rename some struct membersChris Robinson2023-01-101-10/+10
| | | | And make a related function a member function
* Rename a potentially confusing member functionChris Robinson2022-12-081-1/+1
|
* Use an icosahedron for 3D second-orderChris Robinson2022-09-011-1/+1
|
* Remove the reversed all-pass trick in MixDirectHrtfBaseChris Robinson2022-03-301-1/+1
| | | | Given the minimum phase HRTF, it's not going to stay linear phase anyway.
* Update some more includesChris Robinson2021-04-241-1/+0
|
* Move hrtf.cpp/h to coreChris Robinson2021-04-221-0/+91