summaryrefslogtreecommitdiffstats
path: root/src/audio_core/device/device_session.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* device_session: Convert for loop into ranged for in AppendBuffersLioncash2022-09-161-5/+5
| | | | Simplifies the indexing code a little bit.
* device_session: Pass arguments by const-ref in relevant functionsLioncash2022-09-161-3/+3
| | | | | These functions don't modify the passed in audio buffers, so we can signify that in the interface.
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-17/+35
|
* Project AndioKelebek12022-07-221-0/+114