mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Noise suppression still on when amplification is set to higher values than 1.00 #1412
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#1412
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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
@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?