Skip to content

Instantly share code, notes, and snippets.

@elfenlaid
Created March 5, 2013 18:57
Show Gist options
  • Save elfenlaid/5093085 to your computer and use it in GitHub Desktop.
Save elfenlaid/5093085 to your computer and use it in GitHub Desktop.
UInt32 allowMixing = NO;
AudioSessionSetProperty(kAudioSessionProperty_OverrideCategoryMixWithOthers,
sizeof (allowMixing),
&allowMixing);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment