add runtime option for selecting audio backend priority (voice only)

This commit is contained in:
ouwou
2024-03-06 00:55:37 -05:00
parent 223181e745
commit 3ace5d26e9
5 changed files with 43 additions and 4 deletions

View File

@@ -36,7 +36,8 @@
Abaddon::Abaddon()
: m_settings(Platform::FindConfigFile())
, m_discord(GetSettings().UseMemoryDB) // stupid but easy
, m_emojis(GetResPath("/emojis.bin")) {
, m_emojis(GetResPath("/emojis.bin"))
, m_audio(GetSettings().Backends) {
LoadFromSettings();
// todo: set user agent for non-client(?)