mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Client high CPU usage #1194
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#1194
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 @Avamander on GitHub (Apr 20, 2017).
Version: 1.3.0~2310~g9e834cb~snapshot-1~ppa1~yakkety1
OS: Ubuntu 16.10
I have noticed that when Mumble is connected to the server and even when there's no voice being transmitted (push-to-talk) and no one is speaking, it's utilising about 10% of my CPU, that'd a tad high. When there are other people speaking it rises to about 13%.
@mkrautz commented on GitHub (Apr 21, 2017):
This is a long standing issue.
Mumble, on all OSes, will keep recording input and feeding it to the preprocessor pipeline, in order to make the automatic gain control, work well, among other things...
When using the PulseAudio backend, Mumble can use quite a bit of CPU when doing this. I believe the other backends are a little better in that regard.
There are other issues, someone should probably merge this into them.
@Avamander commented on GitHub (Apr 22, 2017):
Though would it be possible to stop the input recording, it shouldn't affect much when push-to-talk is used and/or when mic is muted, to just not waste CPU?
@Kissaki commented on GitHub (Apr 22, 2017):
It’s so sound/volume amplification and noise suppression or whatnot works as intended when you do press the PTT. It has been discussed in the other issue tickets. #1092
@Avamander commented on GitHub (Apr 22, 2017):
Okay, but at least when the mic is muted then it shouldn't listen.
@davidebeatrici commented on GitHub (Dec 3, 2017):
Closing in favor of #1089.