mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Stop all capture devices when Audio.qml is not visible.
Otherwise, Windows will continue to capture audio from all attached devices (possibly causing mic audio glitches) until Interface shutdown.
This commit is contained in:
parent
d6eb731f3a
commit
0da19af6f3
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ Rectangle {
|
|||
|
||||
Component.onCompleted: enablePeakValues();
|
||||
Component.onDestruction: disablePeakValues();
|
||||
onVisibleChanged: visible ? enablePeakValues() : disablePeakValues();
|
||||
|
||||
Column {
|
||||
y: 16; // padding does not work
|
||||
|
|
Loading…
Reference in a new issue