aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio/Backends
AgeCommit message (Expand)Author
2024-06-15replace `ByteMemoryPool` use with `MemoryOwner<byte>` and `SpanOwner<byte>` (...jhorv
2024-04-07Audio rendering: reduce memory allocations (#6604)jhorv
2024-02-22Migrate Audio service to new IPC (#6285)gdkchan
2024-01-21Fix integer overflow on downsample surround to stereo (#6160)gdkchan
2023-07-02[Ryujinx.Audio] Address dotnet-format issues (#5362)TSRBerry
2023-06-15Blocks should be synchronized on read-only fields (#5212)Marco Carvalho
2023-04-27Move solution and projects to srcTSR Berry