aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audren_u.cpp
AgeCommit message (Expand)Author
2024-02-20audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManagerLiam
2024-01-28Use the input process handle to get the correct application's memoryKelebek1
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
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-04Rework ADSP into a wrapper for appsKelebek1
2023-07-31audren_u: Fix parameter alignmentMorph
2023-06-30general: Use ScratchBuffer where possibleMorph
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
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-19Update audio_core for firmware 15.0.0Kelebek1
2022-10-12kernel: remove KWritableEventLiam
2022-09-15audio_device: Mark member functions as const where applicableLioncash
2022-08-24Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as ...Kelebek1
2022-07-22Project AndioKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-02hle: service: audio: Create a service thread where appropriate.bunnei
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-26service/audio: Update to 13.0.0german77
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
2021-06-27Decouple audio processing and run at variable rateKelebek1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-11audrenbunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-04-08audren_u: Use proper namesgerman77
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2020-12-28hle: service: Acquire and release a lock on requests.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash