aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio
AgeCommit message (Expand)Author
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
2022-12-14Revert "hle: service: audio: Use default service thread."bunnei
2022-12-04Merge pull request #9232 from bunnei/audio-default-threadliamwhite
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
2022-11-23service: Make use of buffer element count helpersLioncash
2022-11-22general: fix compile for Apple ClangLiam
2022-11-11hle: service: audio: Use default service thread.bunnei
2022-10-26audio_in/out_system: Pass Initialize members by value where applicableLioncash
2022-10-19Update audio_core for firmware 15.0.0Kelebek1
2022-10-12kernel: remove KWritableEventLiam
2022-09-17Merge pull request #8915 from vonchenplus/opus_multi_streambunnei
2022-09-17core: implement HwOpus GetWorkBufferSizeForMultiStreamExFengChen
2022-09-15audio_device: Mark member functions as const where applicableLioncash
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash
2022-08-24Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as ...Kelebek1
2022-07-22Project AndioKelebek1
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-02hle: service: audio: Create a service thread where appropriate.bunnei
2022-01-21service/audio: Update audctl unknown function namesLioncash
2021-12-02general: Replace high_resolution_clock with steady_clockMorph