Add option to fade in/out volume change

This commit is contained in:
WarmUpTill
2021-11-12 22:20:35 +01:00
committed by WarmUpTill
parent 9d04b4d1a0
commit cce6e240c2
5 changed files with 174 additions and 25 deletions

View File

@@ -444,6 +444,13 @@ void SwitcherData::Stop()
server.stop();
client.disconnect();
for (auto &t : audioHelperThreads) {
if (t.joinable()) {
t.join();
}
}
audioHelperThreads.clear();
if (showSystemTrayNotifications) {
DisplayTrayMessage(
obs_module_text("AdvSceneSwitcher.pluginName"),