| Commit message (Expand) | Author | Age | Files | Lines |
* | Slightly improve handling of stopping voices | Chris Robinson | 2022-01-08 | 1 | -19/+27 |
* | Don't mix higher orders of B-Format than the device is doing | Chris Robinson | 2022-01-02 | 1 | -2/+2 |
* | Use an span of pointers instead of arrays for mixing | Chris Robinson | 2022-01-01 | 1 | -93/+94 |
* | Pass a span of pointers to the UHJ/SuperStereo decoder | Chris Robinson | 2022-01-01 | 1 | -1/+6 |
* | Use a bitset instead of a plain uint for flags | Chris Robinson | 2021-12-23 | 1 | -16/+16 |
* | Don't swallow up buffer callback samples when pausing | Chris Robinson | 2021-12-18 | 1 | -11/+17 |
* | Don't update voice sample histories when stopping/pausing | Chris Robinson | 2021-12-18 | 1 | -24/+25 |
* | Rename Voice::mNumChannels for clarity | Chris Robinson | 2021-12-15 | 1 | -4/+4 |
* | Add source properties for Super Stereo | Chris Robinson | 2021-12-15 | 1 | -0/+21 |
* | Make an inline function to check for 2D ambisonic formats | Chris Robinson | 2021-12-12 | 1 | -3/+1 |
* | Avoid initializing the NFC filter for every voice channel | Chris Robinson | 2021-12-11 | 1 | -8/+3 |
* | Add an internal Super Stereo format | Chris Robinson | 2021-12-11 | 1 | -10/+18 |
* | Improve the 2-channel UHJ response | Chris Robinson | 2021-12-09 | 1 | -3/+41 |
* | Avoid manually prefixing EventType_ enums | Chris Robinson | 2021-10-10 | 1 | -4/+4 |
* | Make a construct_at method amd use it | Chris Robinson | 2021-10-08 | 1 | -2/+4 |
* | Use the 2D channel orders for 2- and 3-channel UHJ | Chris Robinson | 2021-07-13 | 1 | -1/+2 |
* | Don't allocate full buffer lines in each voice | Chris Robinson | 2021-06-21 | 1 | -22/+36 |
* | Avoid mixing extraneous channels | Chris Robinson | 2021-06-21 | 1 | -18/+18 |
* | Avoid altering SrcBufferSize in each channel | Chris Robinson | 2021-06-14 | 1 | -1/+1 |
* | Combine some checks | Chris Robinson | 2021-06-14 | 1 | -22/+23 |
* | Move BufferStorage and Voice to core | Chris Robinson | 2021-04-27 | 1 | -0/+849 |