Skip to content

Fixed crashes when using voice chat with noise suppression

Adam Kaminski requested to merge topic/default/rnnoise-clashes into branch/default

Apparently there are more symbols in RNNoise clashing with Opus that the compiler(s) didn't complain about, which sometimes causes users to crash when they try to use voice chat (i.e. transmitting audio or testing their microphone) with noise suppression. They don't crash when noise suppression is disabled.

The crash itself seems inconsistent; some users crash while others don't, and it's more prominent in x64 Windows builds. AFAIK this doesn't happen in non-Windows builds.

Changes were manually copied from these commits:

Merge request reports