ryujinx/Ryujinx.HLE/HOS/Services/Audio
Thomas Guillemard 9142aca48f Fix hwopus DecodeInterleaved implementation (#786)
* Fix hwopus DecodeInterleaved implementation

Also implement new variants of this api.

This should fix #763

* Sample rate shouldn't be hardcoded

This fix issues while opening Pokémon Let's Go pause menu.

* Apply Ac_K's suggestion about EndianSwap

* Address gdkchan's comment

* Address Ac_k's comment
2019-10-11 17:22:24 +02:00
..
AudioOutManager
AudioRendererManager audren: Fix AudioRenderer implementation (#773) 2019-09-20 01:49:05 +02:00
HardwareOpusDecoderManager Fix hwopus DecodeInterleaved implementation (#786) 2019-10-11 17:22:24 +02:00
Types Fix hwopus DecodeInterleaved implementation (#786) 2019-10-11 17:22:24 +02:00
IAudioController.cs
IAudioInManager.cs
IAudioInManagerForApplet.cs
IAudioInManagerForDebugger.cs
IAudioOutManager.cs
IAudioOutManagerForApplet.cs
IAudioOutManagerForDebugger.cs
IAudioRendererManager.cs audren: Fix AudioRenderer implementation (#773) 2019-09-20 01:49:05 +02:00
IAudioRendererManagerForApplet.cs
IAudioRendererManagerForDebugger.cs
IAudioSnoopManager.cs
IFinalOutputRecorderManager.cs
IFinalOutputRecorderManagerForApplet.cs
IFinalOutputRecorderManagerForDebugger.cs
IHardwareOpusDecoderManager.cs
ResultCode.cs