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.HLE
/
HOS
/
Services
/
Audio
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-04-14
Rename Hipc to Cmif where appropriate (#3880)
Alex Barney
2023-01-04
IPC refactor part 3+4: New server HIPC message processor (#4188)
gdkchan
2022-11-28
amadeus: Fixes and initial 15.0.0 support (#3908)
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-05-19
Fix audio renderer error message result code base (#3348)
gdkchan
2022-04-15
Implement HwOpus multistream functions (#3275)
gdkchan
2021-12-23
UI - Add Volume Controls + Mute Toggle (F2) (#2871)
sharmander
2021-09-19
amadeus: Fix regression from #2654 on ListAudioDeviceName
Mary
2021-09-19
amadeus: Update to REV10 (#2654)
Mary
2021-07-06
Implement 12.0.0 hwopus functions (#2410)
Billy Laws
2021-06-29
Fix disposing of IPC sessions server at emulation stop (#2334)
Mary
2021-04-24
HLE: Fix integer sign inconcistency accross the codebase (#2222)
Mary
2021-04-14
Initial support for the new 12.x IPC system (#2182)
Mary
2021-02-26
Haydn: Part 1 (#2007)
Mary
2020-12-03
Make sure to not leak copy handles passed in request (#1772)
Mary
2020-12-02
Close audio WorkBuffer transfer memory handle (#1770)
gdkchan
2020-12-02
Create a single guest process per IPC message processor (#1769)
gdkchan
2020-12-02
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...
gdkchan
2020-11-27
audio: Cleanup Ryujinx.Audio and fix OpenAL issue (#1746)
Ac_K
2020-11-21
audin: fix wrong id ListAudioInsAuto call (#1737)
Ac_K
2020-11-20
audout: Implement and fix some calls (#1725)
Ac_K
2020-09-23
Run audren in a separate thread (#1572)
mageven
2020-09-22
IPC refactor part 1: Use explicit separate threads to process requests (#1447)
gdkchan
2020-08-18
Misc audio fixes (#1348)
Mary
2020-08-17
Amadeus: Final Act (#1481)
Mary
2020-08-04
Improved Logger (#1292)
mageven
2020-07-27
audin: Implement IAudioInManager ListAudioIns (#1419)
Ac_K
2020-05-04
Move kernel state out of the Horizon class (#1107)
gdkchan
2020-05-04
Implement a new physical memory manager and replace DeviceMemory (#856)
gdkchan
2020-05-03
Add various error codes to Audio (#1201)
VolcaEM
2020-04-30
audren: implement Renderer Info output informations (#1179)
Thog
2020-04-21
Suppress warnings from fields never used or never assigned (CS0169 and CS0649...
Cristallix
2020-03-18
audren: Accept REV8 (#993)
Thog
2020-01-18
Various small audren fixes (#894)
bylaws
2020-01-17
Support audio effect output status (#890)
gdkchan
2019-11-23
Use BinaryPrimitives.ReverseEndianness instead EndianSwap class (#832)
Ac_K
2019-11-14
Fix GetAudioDeviceServiceWithRevisionInfo logging (#822)
Ac_K
2019-10-31
.NET Core 3.0 is here! (#784)
LDj3SNuD
2019-10-11
audout:u: Implement SetAudioOutVolume and GetAudioOutVolume (#781)
Ac_K
2019-10-11
Fix hwopus DecodeInterleaved implementation (#786)
Thomas Guillemard
2019-09-20
audren: Fix AudioRenderer implementation (#773)
Ac_K
2019-09-19
Refactoring HOS folder structure (#771)
Ac_K