aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
Commit message (Expand)AuthorAgeFilesLines
* Move the mixer functions to coreChris Robinson2020-12-121-1/+1
* Move some HRTF definitions to a separate headerChris Robinson2020-12-121-31/+2
* Avoid passing DirectHrtfState to MixDirectHrtfChris Robinson2020-12-121-8/+7
* Move ambidefs.h to coreChris Robinson2020-12-121-1/+1
* Don't modify the IR size of loaded HRTFsChris Robinson2020-12-111-3/+3
* Change some macros into constexpr variablesChris Robinson2020-12-041-2/+2
* Move the filters to coreChris Robinson2020-12-041-1/+1
* Change a couple macros into constexpr variablesChris Robinson2020-11-281-1/+1
* Move some sources to a separate directoryChris Robinson2020-11-271-1/+1
* Avoid AL types in hrtf.cpp/hChris Robinson2020-11-221-14/+14
* Remove extraneous parenthesisChris Robinson2020-08-281-3/+3
* Slightly increase the HRTF direct delayChris Robinson2020-05-211-1/+1
* Improve HRTF delay handlingChris Robinson2020-05-201-2/+0
* Apply the ambisonic HF scaling in real-time with HRTFChris Robinson2020-05-191-3/+17
* Make BuildBFormatHrtf a member of DirectHrtfStateChris Robinson2020-05-011-21/+21
* Remove use of unnecessary type aliasesChris Robinson2020-03-301-1/+1
* Use an intrusive_ptr for the device's HrtfStoreChris Robinson2020-03-011-3/+5
* Use std::array and span for the HRTF delaysChris Robinson2020-02-081-2/+2
* Get rid of an unnecessary structChris Robinson2020-01-131-4/+0
* Use a span for a fixed-size array referenceChris Robinson2020-01-131-2/+2
* Use an array type for the HRIR delay pairChris Robinson2019-12-301-1/+2
* Don't force the HRIR length to a rounded valueChris Robinson2019-12-111-3/+5
* Rename a couple structs for clarityChris Robinson2019-12-061-4/+4
* Use unsigned for array indicesChris Robinson2019-11-291-5/+5
* Add an option to limit the HRTF's IR sizeChris Robinson2019-11-281-1/+1
* Resample HRIRs when loadingChris Robinson2019-11-281-1/+1
* Store HRIR coefficients using HrirArrayChris Robinson2019-11-281-4/+4
* Rework HRTF enuemration so the loaded HRTFs are separateChris Robinson2019-11-281-10/+2
* Rename HrtfEntry to HrtfStoreChris Robinson2019-11-281-4/+4
* Use wrappers to distinguish elevation and azimuth valuesChris Robinson2019-11-161-2/+4
* Avoid holding HRTF accumulation samples per-sourceChris Robinson2019-11-031-2/+0
* Clear the HRTF state values on allocationChris Robinson2019-09-301-1/+1
* Avoid extraneous parametersChris Robinson2019-09-251-3/+4
* Use blended HRIRs for the B-Format decodeChris Robinson2019-09-241-2/+1
* Enable and fix more warningsChris Robinson2019-09-141-1/+1
* Make IrSize unsignedChris Robinson2019-09-131-3/+3
* Simplify flexible array member usageChris Robinson2019-09-111-3/+1
* Only use one accumulation buffer for B-Format HRTF mixingChris Robinson2019-09-031-9/+4
* Don't templatize HrirArrayChris Robinson2019-07-311-8/+6
* More include cleanupsChris Robinson2019-07-281-1/+1
* Rename Alc to alcChris Robinson2019-07-281-0/+124