aboutsummaryrefslogtreecommitdiffstats
path: root/core/hrtf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use an icosahedron for 3D second-orderChris Robinson2022-09-011-3/+2
|
* Simplify calculating nearest HRIR indexChris Robinson2022-08-021-8/+1
|
* Silence an inline failure warning with GCCChris Robinson2022-07-191-0/+4
|
* Avoid duplicate initializations for multiple filtersChris Robinson2022-07-171-1/+2
| | | | Just initialize the first and copy it to the others.
* Replace a few asserts with actual checks or ASSUME()Chris Robinson2022-03-301-1/+2
|
* Avoid using an if_constexpr macroChris Robinson2022-02-221-19/+34
| | | | | It doesn't actually use if constexpr, and compilers are smart enough to optimize. Some functions can use templates instead.
* Get rid of MathDefsChris Robinson2022-01-271-7/+7
|
* Make a construct_at method amd use itChris Robinson2021-10-081-11/+10
|
* Update some more includesChris Robinson2021-04-241-2/+2
|
* Move hrtf.cpp/h to coreChris Robinson2021-04-221-0/+1447