Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid holding HRTF accumulation samples per-source | Chris Robinson | 2019-11-03 | 1 | -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 mixing | Chris Robinson | 2019-10-14 | 1 | -18/+12 |
| | |||||
* | Use std::array instead of plain arrays in a couple places | Chris Robinson | 2019-10-05 | 1 | -17/+15 |
| | |||||
* | Avoid duplicate structs | Chris Robinson | 2019-10-05 | 1 | -2/+2 |
| | |||||
* | Move ALvoice from alu.h to a separate header | Chris Robinson | 2019-10-02 | 1 | -32/+2 |
| | |||||
* | Move a couple types to the source they're used in | Chris Robinson | 2019-10-02 | 1 | -0/+7 |
| | |||||
* | Rename mixvoice.cpp to voice.cpp | Chris Robinson | 2019-10-02 | 1 | -0/+881 |