mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Opus configuration #2972
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#2972
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 @bkmgit on GitHub (Mar 22, 2025).
Context
Opus 1.5 has a new feature Opus-DRED that will give better quality speech output poor network environments.
Description
Enable use of Opus-DRED as an option for voice chat.
Mumble component
Client
OS-specific?
No
Additional information
Happy to implement this and make a pull request. Testing of a development branch for quality would help improve the standardization process for Opus-DRED.
@Krzmbrzl commented on GitHub (Mar 22, 2025):
So Opus-DRED is currently an experimental Opus feature?
But yeah, in principle I think we have nothing against a PR that adds support for it. Until the feature is standardized/stabilized I would like to have it optional (defaulting to OFF for the time being) though.
If you are touching the Opus code already - I would also like to make you aware of https://github.com/mumble-voip/mumble/issues/4519 (where a DRED implementation was also recently requested). Whether or not you would like to implement support for enabling FEC or not is completely up to you though.
There is also https://github.com/mumble-voip/mumble/issues/3502 but I think that one would likely be more (maybe significantly more) work to implement.