aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio
AgeCommit message (Expand)Author
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-15Migrate to .NET 8 (#5887)1.1.1084Zoltan Csizmadia
2023-09-29Fix audio renderer compressor effect (#5742)1.1.1036gdkchan
2023-08-20Fix invalid audio renderer buffer size when end offset < start offset (#5588)1.1.999gdkchan
2023-07-02[Ryujinx.Audio] Address dotnet-format issues (#5362)1.1.949TSRBerry
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)1.1.927TSRBerry
2023-06-24Mutable fields should not be "public static" (#5352)1.1.906Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)1.1.894Marco Carvalho
2023-05-26Ryujinx.Ava: fixes for random hangs on exit (#4827)1.1.826jhorv
2023-05-13audio: sdl2: Do not report 5.1 if the device doesn't support it (#4908)1.1.797Mary
2023-05-12amadeus: Allow 5.1 sink output (#4894)1.1.788Mary
2023-05-11amadeus: Fix wrong channel mapping check and an old typo (#4888)1.1.783Mary
2023-04-27Move solution and projects to srcTSR Berry