Ryujinx/Ryujinx.Audio/Native/libsoundio
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
..
libs Audio: Select a shared audio device by default (#574) 2019-02-13 12:59:26 +11:00
libsoundio-interop.cs Audio: Select a shared audio device by default (#574) 2019-02-13 12:59:26 +11:00
MarshalExtensions.cs Audio: Select a shared audio device by default (#574) 2019-02-13 12:59:26 +11:00
SoundIO.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOBackend.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOChannelArea.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOChannelAreas.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOChannelId.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOChannelLayout.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIODevice.cs Misc audio fixes (#1348) 2020-08-18 21:03:55 +02:00
SoundIODeviceAim.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOException.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOFormat.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOInStream.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOOutStream.cs Fix a memory corruption in SoundIO wrapper (#742) 2019-08-19 22:28:14 +02:00
SoundIORingBuffer.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOSampleRateRange.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00