summaryrefslogtreecommitdiffstats
path: root/src/audio_core/device/device_session.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-16device_session: Convert for loop into ranged for in AppendBuffersLioncash1-5/+5
Simplifies the indexing code a little bit.
2022-09-16device_session: Pass arguments by const-ref in relevant functionsLioncash1-3/+3
These functions don't modify the passed in audio buffers, so we can signify that in the interface.
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-17/+35
2022-07-22Project AndioKelebek11-0/+114