Skip to content

Instantly share code, notes, and snippets.

@lanserxt
Created November 30, 2018 09:39
Show Gist options
  • Save lanserxt/691dcb8d08f50dd2de6cc564dd8f75ec to your computer and use it in GitHub Desktop.
Save lanserxt/691dcb8d08f50dd2de6cc564dd8f75ec to your computer and use it in GitHub Desktop.
Mix audio for multiple videos
do {
try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback, mode: AVAudioSessionModeDefault, options: .mixWithOthers)
try AVAudioSession.sharedInstance().setActive(true)
} catch {
print(error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment