aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio.Backends.SoundIo/SoundIoHardwareDeviceSession.cs
AgeCommit message (Expand)Author
2024-06-15replace `ByteMemoryPool` use with `MemoryOwner<byte>` and `SpanOwner<byte>` (...jhorv
2024-04-21Use pooled memory and avoid memory copies (#6691)jhorv
2024-02-22Migrate Audio service to new IPC (#6285)gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-06-25[Ryujinx.Audio.Backends.SoundIo] Address dotnet-format issues (#5360)TSRBerry
2023-04-27Move solution and projects to srcTSR Berry