1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-13 14:26:40 +00:00
Ryujinx/Ryujinx.Audio/Native/libsoundio
Thomas Guillemard 5c44c9600f
Fix a memory corruption in SoundIO wrapper (#742)
This fix audio slowdown on Unix based platforms where soundio will try
to switch to mono because of the invalid data written.
2019-08-19 22:28:14 +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
SoundIOBackend.cs
SoundIOChannelArea.cs
SoundIOChannelAreas.cs
SoundIOChannelId.cs
SoundIOChannelLayout.cs
SoundIODevice.cs
SoundIODeviceAim.cs
SoundIOException.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIOFormat.cs
SoundIOInStream.cs
SoundIOOutStream.cs Fix a memory corruption in SoundIO wrapper (#742) 2019-08-19 22:28:14 +02:00
SoundIORingBuffer.cs
SoundIOSampleRateRange.cs