Skip to content

Commit

Permalink
FIX(client): Fix speex bug, introduced through double fix
Browse files Browse the repository at this point in the history
As our speex fork contained a fix which was more of a workaround than actually fixing the underlying problem we move back to the upstream xiph/speexdsp repository, as we do not need our modified fork anymore.
The actual problem was fixed through https://github.com/mumble-voip/mumble/pull/6154/files but the combination of both fixes manifested a problem, where the cache was cleared at a point were it should not be cleared yet.
  • Loading branch information
jvbsl committed Jul 30, 2023
1 parent 6c61f4a commit 829ec88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url = https://github.com/mumble-voip/mach_override.git
[submodule "3rdparty/speexdsp"]
path = 3rdparty/speexdsp
url = https://github.com/mumble-voip/speexdsp.git
url = https://github.com/xiph/speexdsp.git
[submodule "3rdparty/rnnoise-src"]
path = 3rdparty/rnnoise-src
url = https://github.com/mumble-voip/rnnoise.git
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/speexdsp

0 comments on commit 829ec88

Please sign in to comment.