aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audout_u.cpp
AgeCommit message (Expand)Author
2018-08-13audout_u: Correct IAudioOut initializer list orderLioncash
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-04audio_core: Streams need unique names for CoreTiming.bunnei
2018-07-31audout_u: Remove std::move in OpenAudioOutImpl()Lioncash
2018-07-30audio_core: Move to audout_u impl.bunnei
2018-07-27audout: Implement IAudioOut interface with AudioCore.bunnei
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-19audout_u: Use a std::array instead of std::string for holding the audio inter...Lioncash
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash
2018-07-12Audout "Auto" functionsDavid Marcec
2018-07-02Rename logging macro back to LOG_*James Rowe
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-24audio: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-10Updated audout with more service names.Hexagon12
2018-04-02audout_u: Implement GetAudioOutState.bunnei
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv
2018-02-13audio: Use WriteBuffer instead of BufferDescriptorB.bunnei
2018-01-24audout_u: Various cleanups.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-24audout:u OpenAudioOut and IAudioOut (#138)st4rk
2018-01-22Stub OpenAudioOut and fix a issue with HID IAppletResource being created more...gdkchan
2018-01-21Added stubs for audio services. (#116)st4rk
2018-01-14audio: Stub out AudOutU::ListAudioOuts.bunnei