Re-implement Pipewire backend on 24-08-24

This commit is contained in:
2024-08-28 11:43:11 -04:00
parent 06ba2a950f
commit 8db3a552d6
6 changed files with 318 additions and 2 deletions

View File

@@ -1341,7 +1341,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
" Does nothing for games that do not output to exclusive WASAPI",
.type = OptionType::Enum,
.category = "Audio",
.elements = {{"asio", "ASIO"}, {"waveout", "waveOut"},{"none", "None"}},
.elements = {{"asio", "ASIO"}, {"waveout", "waveOut"},{"pipewire", "Pipewire (Linux)"},{"none", "None"}},
},
{
.title = "Spice Audio Hook ASIO Driver ID",