We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc22c0 commit 32cd51dCopy full SHA for 32cd51d
src/render/metadata.rs
@@ -81,6 +81,7 @@ fn channel_layout_to_string(channels: usize) -> String {
81
1 => "mono",
82
2 => "stereo",
83
3 => "ambinosic 2.1",
84
+ 4 => "quadrophonic",
85
5 => "ambisonic 5",
86
6 => "ambisonic 5.1",
87
7 => "ambisonic 7",
0 commit comments