aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio
AgeCommit message (Collapse)Author
2018-04-19service: Use nested namespace specifiers where applicableLioncash
Tidies up namespace declarations
2018-04-10Decimal changeHexagon12
2018-04-10Updated CodecCtl with more service names.Hexagon12
2018-04-10Updated audren with more service names.Hexagon12
2018-04-10Updated audrec with more service names.Hexagon12
2018-04-10Updated audout with more service names.Hexagon12
2018-04-10Updated audin with more service names.Hexagon12
2018-04-02audren_u: Stub out GetActiveAudioDeviceName.bunnei
2018-04-02audout_u: Implement GetAudioOutState.bunnei
2018-03-29audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei
2018-03-25audren_u: Fix GetAudioDevice.bunnei
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv
2018-02-22Stub more functionsmailwl
2018-02-16Service/hid: stub some functionsmailwl
2018-02-13audio: Use WriteBuffer instead of BufferDescriptorB.bunnei
2018-02-13audren_u: Schedule reoccuring event. (#183)bunnei
* audren_u: Schedule reoccuring event. * audren_u: Stub GetAudioRenderersProcessMasterVolume, and misc. changes.
2018-02-12Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer ↵gdkchan
stubs to audren:u
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
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
* Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * audout:u OpenAudioOut implementation and IAudioOut cmd 1,2,3,4,5 implementation * using an enum for audio_out_state as well as changing its initialize to member initializer list * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * added missing Audio loggin subclass, minor fixes, clang comment breakline * Solving backend logging conflict * minor fix * Fixed duplicated Service NVDRV in backend.cpp, my bad
2018-01-22Stub OpenAudioOut and fix a issue with HID IAppletResource being created ↵gdkchan
more than once
2018-01-21Added stubs for audio services. (#116)st4rk
* stubs for audout:u, audin:u, audrec:u, audren:u, codecctl and decoding tables with nullptr for future implementations * fixing the changes requested (remove private, explicit)
2018-01-14audio: Add files to CMake.bunnei
2018-01-14audio: Stub out AudOutU::ListAudioOuts.bunnei