yuzu/src/core/hle/service/audio
David Marcec 965608e6d1 IAudioDevice::QueryAudioDeviceOutputEvent
The event should only be signaled when an output audio device gets changed. Example, Speaker to USB headset. We don't identify different devices internally yet so there's no need to signal the event yet.
2019-07-01 18:05:44 +10:00
..
audctl.cpp service/audctl: Update documentation comments to be relative to 8.0.0 2019-04-27 23:17:58 -04:00
audctl.h service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax() 2019-04-18 16:39:54 -04:00
auddbg.cpp
auddbg.h
audin_a.cpp
audin_a.h
audin_u.cpp service: Update service function tables 2019-04-11 02:47:00 -04:00
audin_u.h
audio.cpp service/audio: Replace includes with forward declarations where applicable 2018-09-11 21:54:33 -04:00
audio.h service/audio: Replace includes with forward declarations where applicable 2018-09-11 21:54:33 -04:00
audout_a.cpp
audout_a.h
audout_u.cpp Cleanup 2019-06-16 20:18:35 +10:00
audout_u.h audout_u: Add support for multiple IAudioOut streams. 2018-11-22 00:53:39 -05:00
audrec_a.cpp
audrec_a.h
audrec_u.cpp core: Add missing override specifiers where applicable 2019-04-04 12:19:44 -04:00
audrec_u.h
audren_a.cpp
audren_a.h
audren_u.cpp IAudioDevice::QueryAudioDeviceOutputEvent 2019-07-01 18:05:44 +10:00
audren_u.h service/audren_u: Handle variadic command buffers in GetWorkBufferSize() 2019-04-30 23:52:28 -04:00
codecctl.cpp
codecctl.h
errors.h hle/service/audio: Extract audio error codes to a header 2019-03-05 16:51:37 -05:00
hwopus.cpp hwopus: Leverage multistream API for decoding regular Opus packets 2019-03-11 07:06:18 -04:00
hwopus.h