aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/in
AgeCommit message (Collapse)Author
2022-09-16audio_in: Mark several functions as constLioncash
These functions don't modify class state, so we can mark them as such
2022-09-16audio_buffers: Pass by const-ref in AppendBuffersLioncash
This function doesn't modify the passed in buffer, so we can make that explicit.
2022-09-15audio_core: Amend documentation tagsLioncash
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync ↵Kelebek1
during heavy loads.
2022-07-22Project AndioKelebek1