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