aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audout_u.h
AgeCommit message (Expand)Author
2024-02-20audio: rewrite IAudioOutManagerLiam
2023-03-01service: move hle_ipc from kernelLiam
2022-07-22Project AndioKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2020-11-26service: Eliminate usages of the global system instanceLioncash
2019-07-19service/audio: Remove global system accessorsLioncash
2018-11-22audout_u: Add support for multiple IAudioOut streams.bunnei
2018-09-11service/audio: Replace includes with forward declarations where applicableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-04audio_core: Port codec code from Citra for ADPCM decoding.bunnei
2018-07-30audio_core: Move to audout_u impl.bunnei
2018-07-27audout: Implement IAudioOut interface with AudioCore.bunnei
2018-07-12Audout "Auto" functionsDavid Marcec
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-01-24audout:u OpenAudioOut and IAudioOut (#138)st4rk
2018-01-22Stub OpenAudioOut and fix a issue with HID IAppletResource being created more...gdkchan
2018-01-21Added stubs for audio services. (#116)st4rk
2018-01-14audio: Stub out AudOutU::ListAudioOuts.bunnei