aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio/Backends/Common/DynamicRingBuffer.cs
AgeCommit message (Expand)Author
2024-06-15replace `ByteMemoryPool` use with `MemoryOwner<byte>` and `SpanOwner<byte>` (...1.1.1332jhorv
2024-04-07Audio rendering: reduce memory allocations (#6604)1.1.1265jhorv
2023-07-02[Ryujinx.Audio] Address dotnet-format issues (#5362)1.1.949TSRBerry
2023-06-15Blocks should be synchronized on read-only fields (#5212)1.1.894Marco Carvalho
2023-04-27Move solution and projects to srcTSR Berry