summaryrefslogtreecommitdiffstats
path: root/src/audio_core/device/audio_buffers.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-16audio_buffers: Pass by const-ref in AppendBuffersLioncash1-1/+1
This function doesn't modify the passed in buffer, so we can make that explicit.
2022-09-16device_session: Pass arguments by const-ref in relevant functionsLioncash1-1/+1
These functions don't modify the passed in audio buffers, so we can signify that in the interface.
2022-09-15audio_core: Amend documentation tagsLioncash1-1/+3
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-1/+12
2022-07-22Project AndioKelebek11-0/+304