macosforge / alac

The Apple Lossless Audio Codec (ALAC) is a lossless audio codec developed by Apple and deployed on all of its platforms and devices.
https://macosforge.github.io/alac/
Apache License 2.0
353 stars 63 forks source link

Definition of kALACChannelLayoutTag_MPEG_3_0_B is incorrect #7

Open macosforgebot opened 12 years ago

macosforgebot commented 12 years ago

honeycomb77@… originally submitted this as ticket:8


In ALACAudioTypes.h it's defined as

kALACChannelLayoutTag_MPEG_3_0_B = (113<<16) | 3, // C L R

While in CoreAudioTypes.h it's defined as

kAudioChannelLayoutTag_MPEG_3_0_A = (113L<<16) | 3, // L C R
kAudioChannelLayoutTag_MPEG_3_0_B = (114L<<16) | 3, // C L R
macosforgebot commented 8 years ago

@ryandesign originally submitted this as comment:1:⁠ticket:8