summaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: audio: Add missing logging properties of SetHeadphoneOutputLevelModeGravatar Narr the Reg2024-02-231-1/+1
* audio: add NotifyHeadphoneVolumeWarningDisplayedEventGravatar Liam2024-02-212-1/+7
* audio: formatGravatar Liam2024-02-203-6/+7
* audio: rewrite IHardwareOpusDecoderGravatar Liam2024-02-202-218/+123
* audio: rewrite IAudioDeviceGravatar Liam2024-02-204-114/+114
* audio: rewrite IHardwareOpusDecoderManagerGravatar Liam2024-02-2011-266/+196
* audio: rewrite IAudioRendererGravatar Liam2024-02-202-148/+85
* audio: rewrite IAudioRendererManagerGravatar Liam2024-02-204-97/+62
* audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManagerGravatar Liam2024-02-206-507/+552
* audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManagerGravatar Liam2024-02-208-558/+622
* audio: move IFinalOutputRecorderManager{,ForApplet}Gravatar Liam2024-02-205-16/+21
* audio: rewrite IAudioOutManagerGravatar Liam2024-02-205-157/+149
* audio: rewrite IAudioOutGravatar Liam2024-02-205-214/+232
* audio: rewrite IAudioInManagerGravatar Liam2024-02-205-238/+185
* audio: rewrite IAudioInGravatar Liam2024-02-203-196/+180
* service: audio: Rewrite IAudioController to new IPCGravatar Narr the Reg2024-02-175-253/+234
* service: set: Migrate ISystemSettingsServer to new IPCGravatar Narr the Reg2024-02-141-2/+2
* Merge pull request #12831 from Kelebek1/audren_multiGravatar liamwhite2024-01-281-6/+10
|\
| * Use the input process handle to get the correct application's memoryGravatar Kelebek12024-01-281-6/+10
* | service: set: Implement more Qlaunch SettingsGravatar german772024-01-282-18/+86
|/
* result: Make fully constexpr, add ON_RESULT_INCLUDEDGravatar FearlessTobi2024-01-251-1/+2
* audio: fetch process object from handle tableGravatar Liam2024-01-122-13/+49
* service: fetch objects from the client handle tableGravatar Liam2023-12-242-16/+6
* Have GetActiveChannelCount return the system channels instead of host device ...Gravatar Kelebek12023-12-161-1/+1
* Reimplement HardwareOpusGravatar Kelebek12023-09-163-333/+426
* Rework ADSP into a wrapper for appsGravatar Kelebek12023-09-044-5/+5
* hwopus: Implement GetWorkBufferSizeExExGravatar FearlessTobi2023-08-302-1/+6
* hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleav...Gravatar FearlessTobi2023-08-272-3/+51
* service: audctl: Stub functions needed by QlaunchGravatar german772023-08-052-4/+64
* audren_u: Fix parameter alignmentGravatar Morph2023-07-311-2/+3
* general: Use ScratchBuffer where possibleGravatar Morph2023-06-304-31/+37
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-225-35/+28
* core: audio: return result when audio_out initialize failedGravatar FengChen2023-04-161-6/+8
* hle: rename legacy errors to ResultsGravatar Liam2023-03-062-15/+15
* service: move hle_ipc from kernelGravatar Liam2023-03-0110-104/+92
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-015-28/+26
|\
| * service: refactor server architectureGravatar Liam2023-02-215-28/+26
* | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-241-0/+2
|/
* Merge pull request #9796 from liamwhite/currentGravatar liamwhite2023-02-151-1/+1
|\
| * general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-1/+1
* | service: remove deleted servicesGravatar Liam2023-02-1411-239/+0
|/
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-032-2/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-022-2/+2
* hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-284-10/+10
* service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-254-11/+11
* Revert "hle: service: audio: Use default service thread."Gravatar bunnei2022-12-143-12/+18
* Merge pull request #9232 from bunnei/audio-default-threadGravatar liamwhite2022-12-043-18/+12
|\
| * hle: service: audio: Use default service thread.Gravatar bunnei2022-11-113-18/+12
* | Merge pull request #9289 from liamwhite/fruit-companyGravatar liamwhite2022-12-031-0/+1
|\ \
| * | general: fix compile for Apple ClangGravatar Liam2022-11-221-0/+1
| |/