Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-04-05 19:16:33 +0300
committerRobert Adam <dev@robert-adam.de>2021-04-05 21:34:47 +0300
commitbec9085b3e6027e440682b14d81860873e36577a (patch)
tree33e18541261784fbdaa5a88bc6af32298dbb66c8 /src
parent5324425764182157bc3700446d71da9e80918633 (diff)
CHANGE(client, ui): Mark Apple echo cancellation as experimental
The implementation as it stands can cause major issues (users not being able to transmit any audio). Ref: #4912
Diffstat (limited to 'src')
-rw-r--r--src/mumble/EchoCancelOption.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mumble/EchoCancelOption.h b/src/mumble/EchoCancelOption.h
index 907b32453..8cb63cfc7 100644
--- a/src/mumble/EchoCancelOption.h
+++ b/src/mumble/EchoCancelOption.h
@@ -42,8 +42,8 @@ static const EchoCancelOption echoCancelOptions[] = {
"you should try mixed first.") },
// Available only on Apple devices
{ EchoCancelOptionID::APPLE_AEC,
- QObject::tr("Acoustic echo cancellation provided by Apple."),
- QObject::tr("This option works best when using built-in microphone and speaker.") }
+ QObject::tr("EXPERIMENTAL: Acoustic echo cancellation (Apple)."),
+ QObject::tr("The support for this option is experimental only! This option works best when using built-in microphone and speaker.") }
};
#endif // MUMBLE_ECHOCANCELLATIONOPTION_H