summaryrefslogtreecommitdiff
path: root/src/audio_core/device (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-22audio: fix released buffer bounds checkGravatar Liam1-2/+6
2024-02-20audio: rewrite IAudioOutGravatar Liam1-2/+2
2024-01-18Core: Clang format and other small issues.Gravatar Fernando Sahmkow1-1/+1
2024-01-18SMMU: Initial adaptation to video_core.Gravatar Fernando Sahmkow1-0/+1
2024-01-12audio: fetch process object from handle tableGravatar Liam2-7/+19
2023-12-23core_timing: remove user data valueGravatar Liam1-3/+1
2023-07-02Use spans over guest memory where possible instead of copying data.Gravatar Kelebek11-3/+3
2023-06-22Remove memory allocations in some hot pathsGravatar Kelebek13-12/+15
2023-03-26audio: Interpolate system manager sample count using host sink sample infoGravatar Billy Laws1-2/+1
2023-03-23memory: rename global memory references to application memoryGravatar Liam1-2/+2
2023-03-12general: fix spelling mistakesGravatar Liam1-1/+1
2022-12-16Signal buffer event on audio in/out system stop, and force remove all registe...Gravatar Kelebek13-3/+16
2022-09-16audio_buffers: Pass by const-ref in AppendBuffersGravatar Lioncash1-1/+1
2022-09-16device_session: Convert for loop into ranged for in AppendBuffersGravatar Lioncash1-5/+5
2022-09-16device_session: Pass arguments by const-ref in relevant functionsGravatar Lioncash3-7/+7
2022-09-15audio_core: Amend documentation tagsGravatar Lioncash2-2/+5
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek14-21/+75
2022-07-22Project AndioGravatar Kelebek14-0/+565