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 Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAudioInManager.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAudioInManagerForApplet.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAudioInManagerForDebugger.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAudioOutManager.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAudioOutManagerForApplet.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAudioOutManagerForDebugger.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAudioRendererManager.cs audren: Fix AudioRenderer implementation (#773) 2019-09-20 01:49:05 +02:00
IAudioRendererManagerForApplet.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAudioRendererManagerForDebugger.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAudioSnoopManager.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IFinalOutputRecorderManager.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IFinalOutputRecorderManagerForApplet.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IFinalOutputRecorderManagerForDebugger.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IHardwareOpusDecoderManager.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
ResultCode.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00