summaryrefslogtreecommitdiff
path: root/src/audio_core/device (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio: fix released buffer bounds checkGravatar Liam2024-02-221-2/+6
|
* audio: rewrite IAudioOutGravatar Liam2024-02-201-2/+2
|
* Core: Clang format and other small issues.Gravatar Fernando Sahmkow2024-01-181-1/+1
|
* SMMU: Initial adaptation to video_core.Gravatar Fernando Sahmkow2024-01-181-0/+1
|
* audio: fetch process object from handle tableGravatar Liam2024-01-122-7/+19
|
* core_timing: remove user data valueGravatar Liam2023-12-231-3/+1
|
* 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 synchronisation improvements
| * audio: Interpolate system manager sample count using host sink sample infoGravatar Billy Laws2023-03-261-2/+1
| | | | | | | | This avoids the need to stall if the host sink sporadically misses the deadline, in such a case the previous implementation would report them samples as being played on-time, causing the guest to send more samples and leading to a gradual buildup.
* | 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 ↵Gravatar Kelebek12022-12-163-3/+16
| | | | registered audio buffers
* audio_buffers: Pass by const-ref in AppendBuffersGravatar Lioncash2022-09-161-1/+1
| | | | | This function doesn't modify the passed in buffer, so we can make that explicit.
* device_session: Convert for loop into ranged for in AppendBuffersGravatar Lioncash2022-09-161-5/+5
| | | | Simplifies the indexing code a little bit.
* device_session: Pass arguments by const-ref in relevant functionsGravatar Lioncash2022-09-163-7/+7
| | | | | These functions don't modify the passed in audio buffers, so we can signify that in the interface.
* audio_core: Amend documentation tagsGravatar Lioncash2022-09-152-2/+5
| | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* Rework audio output, connecting AudioOut into coretiming to fix desync ↵Gravatar Kelebek12022-09-024-21/+75
| | | | during heavy loads.
* Project AndioGravatar Kelebek12022-07-224-0/+565