fix: gracefully exit when misconfigured or unavailable audio backend

When the user has an error in their audio backend configuration or
doesn't have audio backends available, gracefully exit instead of
panicking.
This commit is contained in:
Thomas Frans
2024-02-04 23:22:32 +01:00
committed by Henrik Friedrichsen
parent 15515c27b5
commit 38010b4c76
4 changed files with 68 additions and 33 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Crash on Android (Termux) due to unknown user runtime directory
- Crash due to misconfigured or unavailable audio backend
## [1.0.0] - 2023-12-16