We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@ryandesign originally submitted this as comment:1:ticket:8
Sorry, something went wrong.
No branches or pull requests
honeycomb77@… originally submitted this as ticket:8
In ALACAudioTypes.h it's defined as
While in CoreAudioTypes.h it's defined as
The text was updated successfully, but these errors were encountered: