AudioService: possible fix for misbehaviour

This commit is contained in:
Ly-sec
2025-11-14 22:33:37 +01:00
parent a0dcd97aa6
commit faaf5b7464
2 changed files with 411 additions and 440 deletions
+411 -439
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -57,7 +57,6 @@ Singleton {
// Don't reset to 0 if volume is undefined/NaN - preserve last known value
root._inputMuted = !!source.audio.muted
} else {
// Don't reset volume to 0 when source is unavailable - preserve last known value
// Only reset muted state
root._inputMuted = true
}