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
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-09-10 11:03:01 +0300
committerRobert Adam <dev@robert-adam.de>2022-09-10 11:29:12 +0300
commit4d05018c2e4f1bda48f6244b38f1e7bdc06de808 (patch)
treea6db6891f46ee3fbc4bf86af7628e1eba8912a56 /.gitmodules
parent0f2b694a18dd2154e07bfc78a7ee26d4880eeca6 (diff)
CHANGE(client): Drop support for all legacy codecs
Opus has been the go-to codec for years now and there is absolutely no reason why one would want to use any of the legacy codecs (Speex or CELT) its stead. Thus, this commit completely removes the support for these codecs from the Mumble client. Incidentally, having different codecs available somehow even caused some audio artifacts, which should now be resolved as well. Fixes #4538
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index bcd8afb96..5a4fea7b2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,3 @@
-[submodule "speex"]
- path = 3rdparty/speex-src
- url = https://github.com/mumble-voip/speex.git
-[submodule "celt-0.7.0-src"]
- path = 3rdparty/celt-0.7.0-src
- url = https://github.com/mumble-voip/celt-0.7.0.git
[submodule "opus"]
path = 3rdparty/opus
url = https://gitlab.xiph.org/xiph/opus.git