aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/panning.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Alc to alcChris Robinson2019-07-281-964/+0
* Rename alMain.h to alcmain.hChris Robinson2019-07-281-1/+1
* Clamp NFC reference distance between 0.1m and 10mChris Robinson2019-07-061-4/+3
* Use a span for MixParamsChris Robinson2019-07-041-9/+10
* Reorder some methods for better placementChris Robinson2019-07-041-110/+109
* Use a span for RealMixParamsChris Robinson2019-07-031-8/+2
* Allocate device buffer when setting the channel countsChris Robinson2019-07-031-17/+33
* Return optionals from the remaining ConfigValue* methodsChris Robinson2019-06-301-4/+4
* Use an optional for ConfigValueStrChris Robinson2019-06-301-10/+9
* Use an optional for ConfigValueIntChris Robinson2019-06-301-10/+12
* Reorganize how some device fields are set and resetChris Robinson2019-06-151-51/+6
* Simplify DistanceComp somewhatChris Robinson2019-06-081-24/+20
* Remove the per-voice ChannelsPerOrder fieldChris Robinson2019-06-051-7/+8
* Make some more channel counts unsignedChris Robinson2019-06-051-9/+9
* Avoid a separate struct for the bandsplitter all-passChris Robinson2019-06-041-3/+0
* Allow selecting the ambisonic order for basic HRTF renderingChris Robinson2019-06-021-22/+46
* Use std::array for most mixing buffer arraysChris Robinson2019-05-281-1/+1
* Use a span for referencing the channel map to initializeChris Robinson2019-05-231-17/+12
* Fix a couple type truncation warnings with MSVCChris Robinson2019-05-121-1/+1
* Disable NFC by defaultChris Robinson2019-04-291-1/+1
* Allow NFC filters without HQ decodingChris Robinson2019-04-291-64/+18
* Only enable NFC with HRTF when hq-mode is enabledChris Robinson2019-04-281-2/+5
* Fix some integer truncation warnings in MSVCChris Robinson2019-04-121-6/+6
* Remove the SZFMT macroChris Robinson2019-04-111-1/+1
* Change RealMixParams::ChannelName to better reflect its useChris Robinson2019-04-021-1/+1
* Use the existing function to get the ambisonic channel countChris Robinson2019-03-311-3/+1
* Don't bother with a separate reset method for BFormatDecChris Robinson2019-03-311-6/+5
* Use phase correction for the front stablizerChris Robinson2019-03-311-4/+11
* Don't mention which rendering methods aren't usedChris Robinson2019-03-251-4/+1
* Use MixParams for the wet buffersChris Robinson2019-03-221-11/+14
* Include std::placeholders once in an anonymouse namespaceChris Robinson2019-03-161-3/+2
* Reverse the HRTF field arrayChris Robinson2019-02-271-2/+1
* Remove a duplicate index arrayChris Robinson2019-02-241-2/+2
* Remove the FOAOut mixing buffer and associated post-processesChris Robinson2019-02-221-121/+1
* Allow processing some effects in higher order ambisonicsChris Robinson2019-02-211-2/+2
* Add helpers to get the channel count from an ambisonic orderChris Robinson2019-02-211-7/+7
* Ensure the device's mAmbiOrder is always set appropriatelyChris Robinson2019-02-211-8/+23
* Allocate the effect slot wet buffer dynamicallyChris Robinson2019-02-201-6/+8
* Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFSChris Robinson2019-02-191-15/+15
* Clean up some AmbiUpsampler initializationChris Robinson2019-02-191-17/+19
* Collect HRTF field info into a structChris Robinson2019-01-281-2/+3
* Make IncRef and DecRef member functionsChris Robinson2019-01-241-5/+5
* Use c++ headersFilip Gawin2019-01-091-5/+5
* Make Create methods for structs with flexible array members ...Chris Robinson2019-01-081-2/+1
* Avoid calling unique_ptr::reset with a raw pointerChris Robinson2019-01-081-7/+7
* Avoid using old style castsFilip Gawin2019-01-081-4/+4
* Don't use the dual-band upsampler for basic ambisonic decodingChris Robinson2019-01-061-22/+28
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-4/+4
* Pass the normalized crossover frequency to the reset methodChris Robinson2019-01-051-1/+2
* Simplify MixParams and AmbiUpsamplerChris Robinson2019-01-051-62/+30