0
0
Fork 0
This repository has been archived on 2024-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ryujinx-final/Ryujinx.Audio/Renderers
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
..
OpenAL Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00
SoundIo Audio: Properly implements audio fallback for SoundIO (#500) 2018-11-17 04:35:15 +01:00
DummyAudioOut.cs Implement libsoundio as an alternative audio backend (#406) 2018-11-15 03:22:50 +01:00