summaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio
AgeCommit message (Expand)Author
2025-02-17feat: Add Home Menu launch support and system improvementsZephyron
2025-02-09service/audio: Clean up audio controller implementationZephyron
2025-02-08service/audio: implement Unknown5000 and add debug commandsZephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-23service: audio: Add missing logging properties of SetHeadphoneOutputLevelModeNarr the Reg
2024-02-21audio: add NotifyHeadphoneVolumeWarningDisplayedEventLiam
2024-02-20audio: formatLiam
2024-02-20audio: rewrite IHardwareOpusDecoderLiam
2024-02-20audio: rewrite IAudioDeviceLiam
2024-02-20audio: rewrite IHardwareOpusDecoderManagerLiam
2024-02-20audio: rewrite IAudioRendererLiam
2024-02-20audio: rewrite IAudioRendererManagerLiam
2024-02-20audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManagerLiam
2024-02-20audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManagerLiam
2024-02-20audio: move IFinalOutputRecorderManager{,ForApplet}Liam
2024-02-20audio: rewrite IAudioOutManagerLiam
2024-02-20audio: rewrite IAudioOutLiam
2024-02-20audio: rewrite IAudioInManagerLiam
2024-02-20audio: rewrite IAudioInLiam
2024-02-17service: audio: Rewrite IAudioController to new IPCNarr the Reg
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg
2024-01-28Merge pull request #12831 from Kelebek1/audren_multiliamwhite
2024-01-28Use the input process handle to get the correct application's memoryKelebek1
2024-01-28service: set: Implement more Qlaunch Settingsgerman77
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2024-01-12audio: fetch process object from handle tableLiam
2023-12-24service: fetch objects from the client handle tableLiam
2023-12-16Have GetActiveChannelCount return the system channels instead of host device ...Kelebek1
2023-09-16Reimplement HardwareOpusKelebek1
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2023-08-30hwopus: Implement GetWorkBufferSizeExExFearlessTobi
2023-08-27hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleav...FearlessTobi
2023-08-05service: audctl: Stub functions needed by Qlaunchgerman77
2023-07-31audren_u: Fix parameter alignmentMorph
2023-06-30general: Use ScratchBuffer where possibleMorph
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-04-16core: audio: return result when audio_out initialize failedFengChen
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
2023-02-24core: Update service function tables to 16.0.0+Narr the Reg
2023-02-21service: refactor server architectureLiam
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
2023-02-14service: remove deleted servicesLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj