Commit Graph

13 Commits (ef69b4b83050967732e6e977396111289c9e86ba)

Author SHA1 Message Date
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 6 years ago
Lioncash 81a39181b0 audio_core/audio_renderer: Fix typo in AuxInfo member name 6 years ago
David Marcec a47c1c77e6 EffectOutStatus padding is now in hex 7 years ago
David Marcec ceef334c1c Fixups for softlock 7 years ago
David Marcec 2de52e3af6 Fixed smo softlock 7 years ago
Lioncash 2f6a611311 stream: Preserve enum class type in GetState()
Preserves the meaning/type-safetiness of the stream state instead of
making it an opaque u32. This makes it usable for other things outside
of the service HLE context.
7 years ago
David Marcec c461188f51 Added audren:u#GetAudioRendererState 7 years ago
Lioncash 1adbcd54fe audio_renderer: Replace includes with forward declarations where applicable
Avoids including unnecessary headers within the audio_renderer.h header,
lessening the likelihood of needing to rebuild source files including
this header if they ever change.

Given std::vector allows forward declaring contained types, we can move
VoiceState to the cpp file and hide the implementation entirely.
7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
MerryMage a76f0d5d06 audio_renderer: Rename AudioOut instance to audio_out 7 years ago
MerryMage 4b44b8b4fb audio_core: Interpolate 7 years ago
David Marcec e5ee0afe6f Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount
GetAudioRendererSampleRate is set as a "STUB" as a game could check if the sample rate it sent and the sample rate it wants don't match. Just a thought of something which could happen so keeping it as stub for the mean time
7 years ago
bunnei b46df98e93 audio_core: Implement audren_u audio playback. 7 years ago