Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Vorbis tools Vorbis tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Vorbis toolsVorbis tools
  • Issues
  • #1749
Closed
Open
Created Nov 02, 2010 by Michal Soltys@msoltyspl

Permutation row for 6.1 channel audio setup in oggenc (trunk) seems to be wrong (+patch)

oggenc from vorbis-tools (trunk version) has following permutation row for 6.1 channel setup:

0 2 1 4 5 6 3

But:

  1. according to vorbis specs, the order should be:

FL, FC, FR, SL, SR, BC, LFE

  1. according to wave extensible, 0x70F expects:

FL, FR, FC, LFE, BC, SL, SR

So the proper permutation matrix should likely be:

0 2 1 5 6 4 3

If I adjust the matrix and recompile, I get proper channel order from e.g. libavcodec.

Assignee
Assign to
Time tracking