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