Skip to content

Commit

Permalink
src/mumble/AudioConfigDialog: Set the echo combo box to "off" before …
Browse files Browse the repository at this point in the history
…disable it
  • Loading branch information
TerryGeng authored May 28, 2020
1 parent 9eb6bae commit 86cd972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mumble/AudioConfigDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ void AudioInputDialog::updateEchoEnableState() {
"the echo canceller, while multichannel echo cancellation passes all audio channels to the echo canceller directly.\n"
"Multichannel echo cancellation requires more CPU, so you should try mixed first"));
} else {
loadComboBox(qcbEcho, 0);
qcbEcho->setEnabled(false);
qcbEcho->setToolTip(QObject::tr("Echo cancellation is not supported for the interface "
"combination \"%1\" (in) and \"%2\" (out).").arg(air->name).arg(outputInterface));
Expand Down

0 comments on commit 86cd972

Please sign in to comment.