feat(audio): add an option to disable sound streaming (#3833)

This commit is contained in:
Clutchnp
2025-05-01 21:09:43 +05:30
committed by GitHub
parent 7b6818ab4a
commit 8ef838bada
6 changed files with 40 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ namespace config {
struct audio_t {
std::string sink;
std::string virtual_sink;
bool stream;
bool install_steam_drivers;
};