aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/panning.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use BFormatDec for custom and built-in ambisonic decodingChris Robinson2019-01-051-96/+111
* Add and use a make_unique functionChris Robinson2019-01-011-3/+3
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-9/+9
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-0/+3
* Rename a couple HRTF structsChris Robinson2018-12-221-10/+10
* Don't convert the HRTF decoder virtual speaker positions to radiansChris Robinson2018-12-211-21/+21
* Use a dodecahedron for the ambisonic HRTF decodeChris Robinson2018-12-211-68/+51
* Pass RealMixParams by reference instead of pointerChris Robinson2018-12-201-1/+1
* Add index maps from 2D and 3DChris Robinson2018-12-201-17/+16
* Use std::array in place of some C-style arraysChris Robinson2018-12-201-19/+18
* Rename some conversion arraysChris Robinson2018-12-201-22/+22
* Use inline methods for the device format sizesChris Robinson2018-12-191-3/+3
* Use the AmbiUpsampler with higher order basic and custom panningChris Robinson2018-12-171-79/+47
* Always use the transcode method with the AmbiUpsamplerChris Robinson2018-12-161-14/+2
* Put the ACN index map in a headerChris Robinson2018-12-151-30/+16
* Reorder some math terms to help optimizationsChris Robinson2018-12-151-6/+6
* Add encoding calculations for fourth-order ambisonicsChris Robinson2018-12-151-1/+11
* Make the AmbDec speaker and matrix arrays dynamicChris Robinson2018-12-151-11/+12
* Clean up panning.cpp a bitChris Robinson2018-12-151-64/+51
* Add macros for the ambisonic order masksChris Robinson2018-12-141-15/+18
* Fix some MSVC conversion warningsChris Robinson2018-12-121-9/+9
* Use helpers to get the Ambisonic scales and layout mapsChris Robinson2018-12-101-10/+24