Noise suppression still on when amplification is set to higher values than 1.00 #1412

Open
opened 2026-02-20 21:01:53 -05:00 by deekerman · 2 comments
Owner

Originally created by @androos on GitHub (Jul 9, 2018).

RNNoise = off
Noise Suppression = off
Max. Amplification set to almost any value higher than 1.00

Tested using a hiss sound. The sound disappears after a few seconds.
Also sound quality is noticeably reduced specially on higher values.

The effect vanishes completely when Max. Amplification = 1.00

Originally created by @androos on GitHub (Jul 9, 2018). RNNoise = off Noise Suppression = off Max. Amplification set to almost any value higher than 1.00 Tested using a hiss sound. The sound disappears after a few seconds. Also sound quality is noticeably reduced specially on higher values. The effect vanishes completely when Max. Amplification = 1.00
Author
Owner

@davidebeatrici commented on GitHub (Jul 9, 2018):

See #3323.

If you compiled Mumble, you can try to bypass the Speex preprocessing by replacing
github.com/mumble-voip/mumble@e21ff8596e/src/mumble/AudioInput.cpp (L836-L843)

with

psSource = psMic;
@davidebeatrici commented on GitHub (Jul 9, 2018): See #3323. If you compiled Mumble, you can try to bypass the Speex preprocessing by replacing https://github.com/mumble-voip/mumble/blob/e21ff8596e554bdcb73a5487d4c7cc63705c874d/src/mumble/AudioInput.cpp#L836-L843 with ```c++ psSource = psMic; ```
Author
Owner

@Shados commented on GitHub (Mar 29, 2020):

@davidebeatrici doing that does result in a noticeably more well-rounded sound, but also appears to kill the noise reduction?

@Shados commented on GitHub (Mar 29, 2020): @davidebeatrici doing that *does* result in a noticeably more well-rounded sound, but also appears to kill the noise reduction?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mumble-mumble-voip#1412
No description provided.