summaryrefslogtreecommitdiffstats
path: root/src/audio_core/in (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-16audio_in: Mark several functions as constLioncash4-18/+18
These functions don't modify class state, so we can mark them as such
2022-09-16audio_buffers: Pass by const-ref in AppendBuffersLioncash1-6/+8
This function doesn't modify the passed in buffer, so we can make that explicit.
2022-09-15audio_core: Amend documentation tagsLioncash1-1/+1
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-2/+8
2022-07-22Project AndioKelebek14-0/+735