aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio
AgeCommit message (Expand)Author
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
2018-07-19Merge pull request #726 from lioncash/overloadbunnei
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-13We only need to alert for memory pool changesDavid Marcec
2018-07-13initialized voice status and unused sizes in the update data headerDavid Marcec
2018-07-12Audout "Auto" functionsDavid Marcec
2018-07-03Update AudioRenderer Voice Sections (#614)David
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-27Merge pull request #588 from mailwl/hwopusbunnei
2018-06-25Send the correct RequestUpdateAudioRenderer revision in the output header (#587)David
2018-06-25Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl
2018-06-23Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...David
2018-06-22Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...David
2018-06-21Service/Audio: update audren:u servicemailwl
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv
2018-05-25GetAudioRendererWorkBufferSize impl (#465)David
2018-05-20Correct audio command numbers & add or rename some functions (#455)greggameplayer
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash
2018-04-26Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec