Update server bandwith table with correct values for existing and new audio quality settings#1133
Open
dingodoppelt wants to merge 3 commits intojamulussoftware:next-releasefrom
Open
Update server bandwith table with correct values for existing and new audio quality settings#1133dingodoppelt wants to merge 3 commits intojamulussoftware:next-releasefrom
dingodoppelt wants to merge 3 commits intojamulussoftware:next-releasefrom
Conversation
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.7 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.8.7...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ot/bundler/addressable-2.9.0 Bump addressable from 2.8.7 to 2.9.0
Updated audio bandwidth table to include 'max' quality and adjusted buffer duration samples.
5 tasks
mcfnord
reviewed
Apr 30, 2026
| @@ -11,22 +11,24 @@ permalink: "/wiki/Server-Bandwidth" | |||
|
|
|||
| The audio settings have an impact on the required network bandwidth. The table below summarises network requirements with respect to the configuration of: | |||
| * Channels : stereo/mono | |||
| * Quality : high/medium/low | |||
| * Audio buffer duration : 2.67 ms, 5.33 ms, 10.67 ms, 21.33 ms | |||
| * Quality : high/medium/low/max | |||
Contributor
There was a problem hiding this comment.
Suggested change
| * Quality : high/medium/low/max | |
| * Quality : max/high/medium/low |
mcfnord
reviewed
Apr 30, 2026
Contributor
There was a problem hiding this comment.
Just noting that max is not included in this network bandwidth section. That diagram is already pretty confusing. But is it reasonable to infer here that Max's larger requirements present new risk? Does running with Max make a server more likely to fail (degrade) where High succeeds today? I tend to experience very good results on the smallest Linux cloud instance available. Still true with Max?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description of changes
Updated audio bandwidth table to include 'max' quality and adjusted buffer duration samples.
Context: Fixes an issue? Related issues
This is a follow up to #3653
Status of this Pull Request
Does this need translation?
Yes
Checklist