summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/hwopus.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManagerLiam2024-02-211-36/+0
* Reimplement HardwareOpusKelebek12023-09-161-15/+10
* hwopus: Implement GetWorkBufferSizeExExFearlessTobi2023-08-301-0/+1
* hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleavedForMultiStreamFearlessTobi2023-08-271-1/+4
* service: move hle_ipc from kernelLiam2023-03-011-5/+5
* core: implement HwOpus GetWorkBufferSizeForMultiStreamExFengChen2022-09-161-0/+11
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecoderEx.bunnei2021-06-251-1/+3
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+5
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-1/+1
* Implemented various hwopus functions (#853)David2018-07-311-0/+1
* Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl2018-06-251-0/+20