aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio
AgeCommit message (Expand)Author
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
2018-09-11service/audio: Replace includes with forward declarations where applicableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-13audout_u: Correct IAudioOut initializer list orderLioncash
2018-08-12Merge pull request #1035 from ogniK5377/audio-dev-revision-infobunnei
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...David Marcec
2018-08-06Service/Audio: audout_a.cpp: remove pragma oncemailwl
2018-08-05Merge pull request #925 from bunnei/audrenbunnei
2018-08-04audio_core: Implement audren_u audio playback.bunnei
2018-08-04audio_core: Use s16 where possible for audio samples.bunnei
2018-08-04audio_core: Port codec code from Citra for ADPCM decoding.bunnei
2018-08-04service: Remove redundant #pragma once directivesLioncash
2018-08-04audio_core: Streams need unique names for CoreTiming.bunnei
2018-07-31Merge pull request #880 from lioncash/audiobunnei
2018-07-31service/audio: Add missing servicesLioncash
2018-07-31audout_u: Remove std::move in OpenAudioOutImpl()Lioncash
2018-07-30audio_core: Move to audout_u impl.bunnei
2018-07-30Implemented various hwopus functions (#853)David
2018-07-27audout: Implement IAudioOut interface with AudioCore.bunnei
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-19audren_u: Use a std::array instead of std::string for holding the audio inter...Lioncash
2018-07-19audout_u: Use a std::array instead of std::string for holding the audio inter...Lioncash