Ryujinx/Ryujinx.Audio/Renderers/SoundIo
jduncanator 5829e36a5c Audio: Properly implements audio fallback for SoundIO (#500)
* Audio: Properly implements audio fallback for SoundIO

Given some drivers have issues with SoundIO (for the time being), this attempts to detect if SoundIO can open the default audio device, and then return false in IsSupported if it can't.

* Audio: Handle the backend disconnected event

libsoundio panics by default when a backend disconnects, this catches that event and gracefully handles it.

* Audio: Fix styling nits

* Audio: Fix nits

Because Ac_K. 😫
2018-11-17 04:35:15 +01:00
..
SoundIoAudioOut.cs Audio: Properly implements audio fallback for SoundIO (#500) 2018-11-17 04:35:15 +01:00
SoundIoAudioTrack.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIoAudioTrackPool.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIoBuffer.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIoRingBuffer.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00