1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-05 11:36:03 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Audio
Ac_K c17e1f99f0 audout:u: Implement SetAudioOutVolume and GetAudioOutVolume (#781)
* audout:u: Implement SetAudioOutVolume and GetAudioOutVolume

- Implementation of `audout:u` SetAudioOutVolume and GetAudioOutVolume (checked with RE).
- Add Get and Set for Volume into audio backends.
- Cleanup of all audio backends to follow the `IAalOutput` structure and .NET standard.
- Split OpenAL backend into 2 files for consistency.

* Address comments

* Fix the volume calculation
2019-10-11 17:54:29 +02:00
..
AudioOutManager audout:u: Implement SetAudioOutVolume and GetAudioOutVolume (#781) 2019-10-11 17:54:29 +02:00
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