mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.13k stars 1.09k forks source link

FIX(ui): Remove mention of variable bitrate from UI #6441

Closed Hartmnt closed 4 weeks ago

Hartmnt commented 1 month ago

Mumble has been using constant bitrate with Opus for a while now: https://github.com/mumble-voip/mumble/blob/7a6274f19e2d7c2ffb76b7ebcd22d0c1df9445d9/src/mumble/AudioInput.cpp#L238 All other codecs have been dropped, too.

The UI still mentioned VBR in some places, this commit removes those mentions.

Fixes #6414

Green-Sky commented 1 month ago

That link mumbleAudioInput.cpp 404s

Hartmnt commented 1 month ago

That link mumbleAudioInput.cpp 404s

Yep, deleted a / by accident. Fixed (was only in the MR description)