summaryrefslogtreecommitdiffstats
path: root/src/audio_core/device (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: fix released buffer bounds checkLiam2024-02-231-2/+6
* audio: rewrite IAudioOutLiam2024-02-211-2/+2
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-191-1/+1
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-0/+1
* audio: fetch process object from handle tableLiam2024-01-122-7/+19
* core_timing: remove user data valueLiam2023-12-231-3/+1
* Use spans over guest memory where possible instead of copying data.Kelebek12023-07-031-3/+3
* Remove memory allocations in some hot pathsKelebek12023-06-223-12/+15
* Merge pull request #9969 from bylaws/masterbunnei2023-04-011-2/+1
|\
| * audio: Interpolate system manager sample count using host sink sample infoBilly Laws2023-03-261-2/+1
* | memory: rename global memory references to application memoryLiam2023-03-241-2/+2
|/
* general: fix spelling mistakesLiam2023-03-121-1/+1
* Signal buffer event on audio in/out system stop, and force remove all registered audio buffersKelebek12022-12-163-3/+16
* audio_buffers: Pass by const-ref in AppendBuffersLioncash2022-09-161-1/+1
* device_session: Convert for loop into ranged for in AppendBuffersLioncash2022-09-161-5/+5
* device_session: Pass arguments by const-ref in relevant functionsLioncash2022-09-163-7/+7
* audio_core: Amend documentation tagsLioncash2022-09-152-2/+5
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-024-21/+75
* Project AndioKelebek12022-07-224-0/+565