Skip to content

Commit

Permalink
Add more audo channel layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Jun 4, 2024
1 parent 8be8128 commit 1920eb5
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/misc/coders/settings/Audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,39 @@ function Layout(props) {
const options = [
{ value: 'mono', label: 'mono' },
{ value: 'stereo', label: 'stereo' },
{ value: '2.1', label: '2.1' },
{ value: '3.0', label: '3.0' },
{ value: '3.0(back)', label: '3.0 (back)' },
{ value: '4.0', label: '4.0' },
{ value: 'quad', label: 'quad' },
{ value: 'quad(side)', label: 'quad (side)' },
{ value: '3.1', label: '3.1' },
{ value: '5.0', label: '5.0' },
{ value: '5.0(side)', label: '5.0 (side)' },
{ value: '4.1', label: '4.1' },
{ value: '5.1', label: '5.1' },
{ value: '5.1(side)', label: '5.1 (side)' },
{ value: '6.0', label: '6.0' },
{ value: '6.0(front)', label: '6.0 (front)' },
{ value: '3.1.2', label: '3.1.2' },
{ value: 'hexagonal', label: 'hexagonal' },
{ value: '6.1', label: '6.1' },
{ value: '6.1(back)', label: '6.1 (back)' },
{ value: '6.1(front)', label: '6.1 (front)' },
{ value: '7.0', label: '7.0' },
{ value: '7.0(front)', label: '7.0 (front)' },
{ value: '7.1', label: '7.1' },
{ value: '7.1(wide)', label: '7.1 (wide)' },
{ value: '7.1(wide-side)', label: '7.1 (wide-side)' },
{ value: '5.1.2', label: '5.1.2' },
{ value: 'octagonal', label: 'octagonal' },
{ value: 'cube', label: 'cube' },
{ value: '5.1.4', label: '5.1.4' },
{ value: '7.1.2', label: '7.1.2' },
{ value: '7.1.4', label: '7.1.4' },
{ value: 'hexadecagonal', label: 'hexadecagonal' },
{ value: 'downmix', label: 'downmix' },
{ value: '22.2', label: '22.2' },
];

if (props.allowAuto === true) {
Expand Down

0 comments on commit 1920eb5

Please sign in to comment.