Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid an extraneous index map | Chris Robinson | 2020-01-15 | 1 | -5/+3 |
| | |||||
* | Make a couple helper methods to create BFormatDec | Chris Robinson | 2020-01-15 | 1 | -1/+14 |
| | |||||
* | Repack B-Format decoder fields | Chris Robinson | 2020-01-15 | 1 | -12/+13 |
| | | | | This should better provide sequential access. | ||||
* | Transpose BFormatDec's matrices | Chris Robinson | 2020-01-14 | 1 | -9/+7 |
| | | | | | This allows the band-split and output mix to happen together, rather than splitting all input channels first and then mixing them to output. | ||||
* | Clean up some formating | Chris Robinson | 2020-01-14 | 1 | -1/+1 |
| | |||||
* | Use a span instead of an array+size | Chris Robinson | 2020-01-04 | 1 | -3/+2 |
| | |||||
* | Store the ambisonic order as unsigned | Chris Robinson | 2019-09-13 | 1 | -2/+2 |
| | |||||
* | Use unsigned channel indices | Chris Robinson | 2019-09-12 | 1 | -2/+2 |
| | |||||
* | Use size_t for the post-process sample length | Chris Robinson | 2019-08-25 | 1 | -1/+1 |
| | |||||
* | Allow using a variable channel stride for MixRowSamples | Chris Robinson | 2019-08-19 | 1 | -3/+2 |
| | |||||
* | Update some includes | Chris Robinson | 2019-08-05 | 1 | -0/+1 |
| | |||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+62 |