Skip to content

Instantly share code, notes, and snippets.

@gmcerveny
Created November 6, 2011 20:55
Show Gist options
  • Save gmcerveny/1343466 to your computer and use it in GitHub Desktop.
Save gmcerveny/1343466 to your computer and use it in GitHub Desktop.
Core Audio Ch 2 Tone Generator Lion Changes
asbd.mFormatID = kAudioFormatLinearPCM;
asbd.mFormatFlags = kAudioFormatFlagIsBigEndian | kAudioFormatFlagIsSignedInteger | kAudioFormatFlagIsPacked;
NSLog (@"wrote %ld samples", sampleCount);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment