Ryujinx/Ryujinx.Audio
Mary 5b26e4ef94
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)
2020-08-18 21:03:55 +02:00
..
Decoders/Adpcm Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
Native/libsoundio Misc audio fixes (#1348) 2020-08-18 21:03:55 +02:00
Renderers Misc audio fixes (#1348) 2020-08-18 21:03:55 +02:00
Downmixing.cs Misc audio fixes (#1348) 2020-08-18 21:03:55 +02:00
DspUtils.cs Misc audio fixes (#1348) 2020-08-18 21:03:55 +02:00
IAalOutput.cs Misc audio fixes (#1348) 2020-08-18 21:03:55 +02:00
PlaybackState.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
ReleaseCallback.cs [WIP] Add support for events (#60) 2018-03-19 15:58:46 -03:00
Ryujinx.Audio.csproj Upgrade projects to C#8 (#1193) 2020-05-04 12:14:48 +10:00