Skip to content

Commit

Permalink
Added quadriphonic layout
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarsc committed Feb 24, 2024
1 parent 2cc22c0 commit 32cd51d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ fn channel_layout_to_string(channels: usize) -> String {
1 => "mono",
2 => "stereo",
3 => "ambinosic 2.1",
4 => "quadrophonic",
5 => "ambisonic 5",
6 => "ambisonic 5.1",
7 => "ambisonic 7",
Expand Down

0 comments on commit 32cd51d

Please sign in to comment.