aboutsummaryrefslogtreecommitdiffstats
path: root/alc/voice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid holding HRTF accumulation samples per-sourceChris Robinson2019-11-031-26/+13
| | | | | | It notably simplifies things to mix HRTF sources into an accumulation buffer together, which the Dry buffer's Ambisonic-to-HRTF decode is then added to, before being mixed to the Real output.
* More sanely handle the voice state when mixingChris Robinson2019-10-141-18/+12
|
* Use std::array instead of plain arrays in a couple placesChris Robinson2019-10-051-17/+15
|
* Avoid duplicate structsChris Robinson2019-10-051-2/+2
|
* Move ALvoice from alu.h to a separate headerChris Robinson2019-10-021-32/+2
|
* Move a couple types to the source they're used inChris Robinson2019-10-021-0/+7
|
* Rename mixvoice.cpp to voice.cppChris Robinson2019-10-021-0/+881