aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/Renderer
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-24Reducing Memory Allocations 202303 (#4624)jhorv
2023-03-04Minor code formatting (#4498)gdkchan
2023-02-21Use SIMD acceleration for audio upsampler (#4410)Logan Stromberg
2023-01-20Audio: Implement PCM24 output (#4321)merry
2023-01-15Audren: Implement polyphase upsampler (#4256)merry
2022-12-28haydn: Add support for PCMFloat, PCM32 and PCM8 conversions (#4100)Mary-nyan
2022-12-26Added Generic Math to BitUtils (#3929)Hunter
2022-12-06amadeus: Add missing compressor effect from REV11 (#4010)Mary-nyan
2022-12-02amadeus: Fix wrong SendCommands logic (#3969)Mary-nyan
2022-11-28amadeus: Fixes and initial 15.0.0 support (#3908)Mary-nyan
2022-11-16Use new C# 11 u8 string literals (#3854)Berkan Diler
2022-11-09infra: Migrate to .NET 7 (#3795)Mary-nyan
2022-09-10Allocate work buffer for audio renderer instead of using guest supplied memor...gdkchan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-08-11Rename ToSpan to AsSpan (#3556)gdkchan
2022-07-25misc: Reformat Ryujinx.Audio with dotnet-format (#3485)Mary-nyan
2022-07-08misc: Relicense Ryujinx.Audio under the terms of the MIT license (#3449)Mary
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...gdkchan
2022-04-08amadeus: Improve and fix delay effect processing (#3205)Mary
2022-04-06amadeus: Update to REV11 (#3230)Mary
2022-03-07amadeus: Fix wrong Span usage in CopyHistories (#3181)Mary
2022-02-22Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145)Berkan Diler
2022-02-17Use a basic cubic interpolation for the audren upsampler (#3129)riperiperi
2022-02-16amadeus: Fix PCMFloat datasource command v1 (#3127)Mary
2022-02-16amadeus: Fix limiter correctness (#3126)Mary
2022-01-23amadeus: Fix possible device sink input out of bound (#3032)Mary
2021-12-23UI - Add Volume Controls + Mute Toggle (F2) (#2871)sharmander
2021-09-19amadeus: Update to REV10 (#2654)Mary
2021-09-18Fix problems added by Pause (#2645)mpnico
2021-09-11Implement a "Pause Emulation" option & hotkey (#2428)mpnico
2021-07-18Amadeus: DSP code generation improvements (#2460)Mary
2021-06-29Fix disposing of IPC sessions server at emulation stop (#2334)Mary
2021-05-25amadeus: Update to REV9 (#2309)Mary
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-04-18Amadeus: Fix low pass base gain related issues on delay effect in mono (#2224)Mary
2021-04-18Amadeus: Allow out of bound read on empty delay lines (#2223)Mary
2021-03-14Report active audio device as TV, rather than internal speakers. (#2103)riperiperi
2021-03-02Amadeus: Add ARM SIMD fast path (#2069)Mary
2021-02-26Haydn: Part 1 (#2007)Mary