summaryrefslogtreecommitdiff
path: root/packages/voip/mumble/files/higher_opus_complexity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/voip/mumble/files/higher_opus_complexity.patch')
-rw-r--r--packages/voip/mumble/files/higher_opus_complexity.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/voip/mumble/files/higher_opus_complexity.patch b/packages/voip/mumble/files/higher_opus_complexity.patch
deleted file mode 100644
index c1f37d0..0000000
--- a/packages/voip/mumble/files/higher_opus_complexity.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/mumble/AudioInput.cpp b/src/mumble/AudioInput.cpp
-index 38d12dff6..f89f62633 100644
---- a/src/mumble/AudioInput.cpp
-+++ b/src/mumble/AudioInput.cpp
-@@ -100,6 +100,7 @@ AudioInput::AudioInput() : opusBuffer(g.s.iFramesPerPacket * (SAMPLE_RATE / 100)
- }
-
- oCodec->opus_encoder_ctl(opusState, OPUS_SET_VBR(0)); // CBR
-+ oCodec->opus_encoder_ctl(opusState, OPUS_SET_COMPLEXITY(10)); // more efficient comression
- }
- #endif
-