aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio
AgeCommit message (Expand)Author
2019-04-30service/audren_u: Handle variadic command buffers in GetWorkBufferSize()Lioncash
2019-04-30service/audren_u: Handle version 2 of performance frame info in GetWorkBuffer...Lioncash
2019-04-30service/audren_u: Clean up work buffer calculationsLioncash
2019-04-27service/audctl: Update documentation comments to be relative to 8.0.0Lioncash
2019-04-18service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax()Lioncash
2019-04-11service: Update service function tablesLioncash
2019-04-05Merge pull request #2334 from lioncash/overridebunnei
2019-04-04hle/service: Resolve unused variable warningsLioncash
2019-04-04core: Add missing override specifiers where applicableLioncash
2019-03-11hwopus: Leverage multistream API for decoding regular Opus packetsLioncash
2019-03-10Merge pull request #2207 from lioncash/hwopusbunnei
2019-03-07service/audio/hwopus: Move decoder state to its own classLioncash
2019-03-07service/audio/hwopus: Provide a name for the second word of OpusPacketHeaderLioncash
2019-03-07service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoder...Lioncash
2019-03-07service/audio/hwopus: Enclose internals in an anonymous namespaceLioncash
2019-03-07service/audio/audout_u: Only actually stop the audio stream in StopAudioOut i...Lioncash
2019-03-06hle/service/audio/audout_u: Correct lack of return in failure case of AppendA...Lioncash
2019-03-05hle/service/audio: Extract audio error codes to a headerLioncash
2019-03-01Merge pull request #2180 from lioncash/audrenbunnei
2019-03-01service/audio/audren_u: Implement OpenAudioRendererAutoLioncash
2019-03-01service/audio: Provide an implementation of ExecuteAudioRendererRenderingLioncash
2019-02-27audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...Lioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-01Merge pull request #2073 from lioncash/opusbunnei
2019-01-30hwopus: Implement DecodeInterleavedLioncash
2019-01-29hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeI...Lioncash
2019-01-29hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*Lioncash
2019-01-29hwopus: Mark local variables as const where applicableLioncash
2019-01-29hwopus: Fill in the rest of the unknown service function namesLioncash
2019-01-29service/audio: Update function tablesLioncash
2018-12-03Merge pull request #1803 from DarkLordZach/k-able-eventbunnei
2018-12-01service/audio/audout_u: Amend constructor initialization list orderLioncash
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-26Fixed hwopus compile errorDavid Marcec
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-22audout_u: Add support for multiple IAudioOut streams.bunnei
2018-11-16hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.bunnei
2018-11-14service/audren_u: Forward RequestUpdateAuto through the same function as Requ...Lioncash
2018-11-13hle/audren_u: Implement Get/SetRenderingTimeLimitLioncash
2018-11-02Fixed incorrect hwopus assertDavid Marcec
2018-10-19audio: Update service function tablesLioncash
2018-10-11HwOpus, Implemented DecodeInterleavedWithPerformanceDavid Marcec
2018-09-27Merge pull request #1394 from lioncash/streambunnei
2018-09-25service: Add missing headers inclusions where applicableLioncash
2018-09-23stream: Preserve enum class type in GetState()Lioncash
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi