aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove an unnecessary undefChris Robinson2019-01-061-1/+0
* Use double-precision biquads for the HRTF shelf filtersChris Robinson2019-01-061-7/+7
* Use a shelf filter for the HRTF B-Format decoder HF scaleChris Robinson2019-01-061-37/+50
* Add and use a make_unique functionChris Robinson2019-01-011-2/+2
* Rename a couple HRTF structsChris Robinson2018-12-221-37/+37
* Try to help GetHrtfCoeffs vectorizeChris Robinson2018-12-211-21/+19
* Small cleanup for BuildBFormatHrtfChris Robinson2018-12-211-35/+39
* Don't convert the HRTF decoder virtual speaker positions to radiansChris Robinson2018-12-211-10/+8
* Add more casts for MSVCChris Robinson2018-12-121-1/+1
* Add default construction to HrtfEntryChris Robinson2018-12-091-3/+1
* Use a vector for LoadedHrtfsChris Robinson2018-12-091-67/+65
* Avoid static global initialization functionsChris Robinson2018-12-081-15/+0
* Use class methods for BandSplitter and SplitterAllpass filtersChris Robinson2018-12-051-5/+5
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-14/+14
* Simplify the RefCount typeChris Robinson2018-11-191-2/+2
* Remove some unnecessary static specifiersChris Robinson2018-11-181-2/+2
* Use a standard string for the enumerated HRTF namesChris Robinson2018-11-181-14/+5
* Use a regular vector for the enumerated HRTF listChris Robinson2018-11-181-72/+63
* Use a regular char* for the device's nameChris Robinson2018-11-151-10/+2
* Pass a normal const char* to EnumerateHrtfChris Robinson2018-11-151-4/+4
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-121-20/+25
* Use C++ more with helpers.cppChris Robinson2018-11-111-55/+29
* Use C++ more in hrtf.cppChris Robinson2018-11-091-499/+439
* Convert hrtf.c to C++Chris Robinson2018-11-091-0/+1410