aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio
AgeCommit message (Expand)AuthorFilesLines
2024-06-15replace `ByteMemoryPool` use with `MemoryOwner<byte>` and `SpanOwner<byte>` (...1.1.1332jhorv1-3/+3
2024-05-17Update audio renderer to REV12: Add support for splitter biquad filter (#6813)1.1.1314gdkchan27-363/+2236
2024-04-19chore: remove repetitive words (#6690)1.1.1287toofooboo1-1/+1
2024-04-10Fix input consumed by audio renderer SplitterState.Update (#6640)1.1.1273gdkchan1-0/+5
2024-04-07Audio rendering: reduce memory allocations (#6604)1.1.1265jhorv25-235/+255
2024-02-22Migrate Audio service to new IPC (#6285)1.1.1211gdkchan9-116/+33
2024-01-21Fix integer overflow on downsample surround to stereo (#6160)1.1.1118gdkchan1-8/+12
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry5-5/+5
2023-11-15Migrate to .NET 8 (#5887)1.1.1084Zoltan Csizmadia2-3/+3
2023-09-29Fix audio renderer compressor effect (#5742)1.1.1036gdkchan13-77/+92
2023-08-20Fix invalid audio renderer buffer size when end offset < start offset (#5588)1.1.999gdkchan2-2/+7
2023-07-02[Ryujinx.Audio] Address dotnet-format issues (#5362)1.1.949TSRBerry205-1692/+1378
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)1.1.927TSRBerry8-42/+42
2023-06-24Mutable fields should not be "public static" (#5352)1.1.906Marco Carvalho1-1/+1
2023-06-15Blocks should be synchronized on read-only fields (#5212)1.1.894Marco Carvalho9-12/+12
2023-05-26Ryujinx.Ava: fixes for random hangs on exit (#4827)1.1.826jhorv1-14/+0
2023-05-13audio: sdl2: Do not report 5.1 if the device doesn't support it (#4908)1.1.797Mary2-2/+19
2023-05-12amadeus: Allow 5.1 sink output (#4894)1.1.788Mary2-5/+15
2023-05-11amadeus: Fix wrong channel mapping check and an old typo (#4888)1.1.783Mary4-11/+11
2023-04-27Move solution and projects to srcTSR Berry210-0/+25904