Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_buffers: Pass by const-ref in AppendBuffers | Lioncash | 2022-09-16 | 1 | -1/+1 |
| | | | | | This function doesn't modify the passed in buffer, so we can make that explicit. | ||||
* | device_session: Convert for loop into ranged for in AppendBuffers | Lioncash | 2022-09-16 | 1 | -5/+5 |
| | | | | Simplifies the indexing code a little bit. | ||||
* | device_session: Pass arguments by const-ref in relevant functions | Lioncash | 2022-09-16 | 3 | -7/+7 |
| | | | | | These functions don't modify the passed in audio buffers, so we can signify that in the interface. | ||||
* | audio_core: Amend documentation tags | Lioncash | 2022-09-15 | 2 | -2/+5 |
| | | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot. | ||||
* | Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. | Kelebek1 | 2022-09-02 | 4 | -21/+75 |
| | |||||
* | Project Andio | Kelebek1 | 2022-07-22 | 4 | -0/+565 |