diff --git a/src/AudioToolbox/AudioType.cs b/src/AudioToolbox/AudioType.cs index a36312479065..32e47272842c 100644 --- a/src/AudioToolbox/AudioType.cs +++ b/src/AudioToolbox/AudioType.cs @@ -470,6 +470,8 @@ public enum AudioChannelLabel : int { // UInt32 AudioChannelLabel HoaAcn14 = (2 << 16) | 14, HoaAcn15 = (2 << 16) | 15, HoaAcn65024 = (2 << 16) | 65024, + HoaSn3d = HoaAcn0, + HoaN3d = (3 << 16), } #if !COREBUILD