summaryrefslogtreecommitdiffstats
path: root/src/audio_core/device/device_session.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-1/+1
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-0/+1
2024-01-12audio: fetch process object from handle tableLiam1-3/+11
2023-12-23core_timing: remove user data valueLiam1-3/+1
2023-07-03Use spans over guest memory where possible instead of copying data.Kelebek11-3/+3
2023-06-22Remove memory allocations in some hot pathsKelebek11-6/+6
2023-03-26audio: Interpolate system manager sample count using host sink sample infoBilly Laws1-2/+1
2023-03-24memory: rename global memory references to application memoryLiam1-2/+2
2022-12-16Signal buffer event on audio in/out system stop, and force remove all registered audio buffersKelebek11-0/+6
2022-09-16device_session: Convert for loop into ranged for in AppendBuffersLioncash1-5/+5
2022-09-16device_session: Pass arguments by const-ref in relevant functionsLioncash1-3/+3
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-17/+35
2022-07-22Project AndioKelebek11-0/+114