summaryrefslogtreecommitdiff
path: root/src/audio_core/device (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12023-07-021-3/+3
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-223-12/+15
* Merge pull request #9969 from bylaws/masterGravatar bunnei2023-04-011-2/+1
|\
| * audio: Interpolate system manager sample count using host sink sample infoGravatar Billy Laws2023-03-261-2/+1
* | memory: rename global memory references to application memoryGravatar Liam2023-03-231-2/+2
|/
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
* Signal buffer event on audio in/out system stop, and force remove all registe...Gravatar Kelebek12022-12-163-3/+16
* audio_buffers: Pass by const-ref in AppendBuffersGravatar Lioncash2022-09-161-1/+1
* device_session: Convert for loop into ranged for in AppendBuffersGravatar Lioncash2022-09-161-5/+5
* device_session: Pass arguments by const-ref in relevant functionsGravatar Lioncash2022-09-163-7/+7
* audio_core: Amend documentation tagsGravatar Lioncash2022-09-152-2/+5
* Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek12022-09-024-21/+75
* Project AndioGravatar Kelebek12022-07-224-0/+565