aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ambdec.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFSChris Robinson2019-02-191-1/+1
|
* Move some ambisonic-related macros to a separate headerChris Robinson2018-12-151-9/+9
|
* Make the AmbDec speaker and matrix arrays dynamicChris Robinson2018-12-151-14/+17
|
* Avoid some more explicit loopsChris Robinson2018-12-101-1/+1
|
* Make AmbDecConf::load noexceptChris Robinson2018-11-111-1/+1
| | | | To ease the ovewrhead of destructors that call C (non-noexcept) functions.
* Convert ambdec.c to C++Chris Robinson2018-11-031-22/+13
|
* Convert panning.c to C++Chris Robinson2018-11-031-0/+8
|
* More ALsizei, with the B-Format decoderChris Robinson2017-01-161-1/+1
|
* Add a loader for ambdec filesChris Robinson2016-03-141-0/+46