Skip to content

Commit 32cd51d

Browse files
committed
Added quadriphonic layout
1 parent 2cc22c0 commit 32cd51d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/render/metadata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ fn channel_layout_to_string(channels: usize) -> String {
8181
1 => "mono",
8282
2 => "stereo",
8383
3 => "ambinosic 2.1",
84+
4 => "quadrophonic",
8485
5 => "ambisonic 5",
8586
6 => "ambisonic 5.1",
8687
7 => "ambisonic 7",

0 commit comments

Comments
 (0)