| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle running the buffer callback in the voice | Chris Robinson | 2020-02-17 | 1 | -10/+66 |
* | Add a callback flag for voices | Chris Robinson | 2020-02-17 | 1 | -3/+11 |
* | Use std::array and span for the HRTF delays | Chris Robinson | 2020-02-08 | 1 | -4/+2 |
* | Signal the event handler only once per update | Chris Robinson | 2020-01-14 | 1 | -2/+0 |
* | Get rid of an unnecessary struct | Chris Robinson | 2020-01-13 | 1 | -3/+3 |
* | Make sure an unmixable source is properly stopped | Chris Robinson | 2020-01-08 | 1 | -1/+9 |
* | Use a loop instead of a series of lambda calls | Chris Robinson | 2020-01-05 | 1 | -21/+23 |
* | Simplify post-mix HRTF gain storage | Chris Robinson | 2020-01-05 | 1 | -13/+5 |
* | Use a span for the band-splitter input | Chris Robinson | 2019-12-25 | 1 | -3/+3 |
* | Pass a span for the biquad filter input | Chris Robinson | 2019-12-25 | 1 | -23/+23 |
* | Pass a span to the NFC filters | Chris Robinson | 2019-12-24 | 1 | -2/+2 |
* | Reorganize some function parameters | Chris Robinson | 2019-12-24 | 1 | -13/+13 |
* | Avoid holding HRTF accumulation samples per-source | Chris Robinson | 2019-11-03 | 1 | -26/+13 |
* | 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 |