aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio
AgeCommit message (Expand)Author
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
2021-11-03core: Remove unused includesameerj
2021-10-07service: Reduce header include overheadMorph
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-09-28Merge pull request #7018 from lat9nq/splat-stubsMorph
2021-09-26service/audio: Update to 13.0.0german77
2021-09-15audin_u: Return a buffer event in RegisterBufferEventlat9nq
2021-09-15audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAutolat9nq
2021-07-06Report 2 channels active. Fixes Tales of Vesperia's mono channel audio.Kelebek1
2021-07-01Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek1