Misc audio fixes (#1348)
Changes: Implement software surround downmixing (fix #796). Fix a crash when no audio renderer were created when stopping emulation. NOTE: This PR also disable support of 5.1 surround on the OpenAL backend as we cannot detect if the hardware directly support it. (the downmixing applied by OpenAL on Windows is terribly slow)
This commit is contained in:
parent
a389dd59bd
commit
5b26e4ef94
11 changed files with 302 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
|||
namespace Ryujinx.Audio.Adpcm
|
||||
namespace Ryujinx.Audio
|
||||
{
|
||||
public static class DspUtils
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue