mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 01:51:00 +02:00
adding comment
This commit is contained in:
parent
55d8cfd4c1
commit
7ce13a3ce7
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ Rectangle {
|
||||||
onPressed: {
|
onPressed: {
|
||||||
if (!checked) {
|
if (!checked) {
|
||||||
stereoMic.checked = false;
|
stereoMic.checked = false;
|
||||||
|
Audio.setIsStereoInput(false); // the next selected audio device might not support stereo
|
||||||
AudioScriptingInterface.setInputDevice(info, bar.currentIndex === 1);
|
AudioScriptingInterface.setInputDevice(info, bar.currentIndex === 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue