aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/device/audio_buffers.h
AgeCommit message (Collapse)Author
2024-02-22audio: fix released buffer bounds checkLiam
2024-02-20audio: rewrite IAudioOutLiam
2023-06-22Remove memory allocations in some hot pathsKelebek1
2022-12-16Signal buffer event on audio in/out system stop, and force remove all ↵Kelebek1
registered audio buffers
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-16device_session: Pass arguments by const-ref in relevant functionsLioncash
These functions don't modify the passed in audio buffers, so we can signify that in the interface.
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