Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gumble
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • layeh
  • gumble
  • Merge requests
  • !3

Set opus bitrate within default max bandwidth

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/ers35/set-opus-bitrate into master Dec 08, 2014
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: ers35

The Opus bitrate was set to 40000 in a previous version of piepan: https://github.com/layeh/piepan/blob/d4033fcf68c6fe9b708f16d6bb025c1bf28bdbd2/src/piepan.c#L358 The bitrate is no longer set, so Opus uses 72000. This is larger than Murmur's max bandwidth default setting, causing audio skipping.

As your TODO indicates, the max bitrate should be calculated based off the server's max bitrate. See https://github.com/mumble-voip/mumble/blob/acf73f58153c6d53182087302038dd0cc639d9d1/src/mumble/AudioConfigDialog.cpp#L260

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ers35/set-opus-bitrate