Skip to content

Instantly share code, notes, and snippets.

@Eluss
Last active August 29, 2015 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eluss/352e66eb8cacfde429e8 to your computer and use it in GitHub Desktop.
Save Eluss/352e66eb8cacfde429e8 to your computer and use it in GitHub Desktop.
queueing audio
let urlPath = NSBundle.mainBundle().pathForResource("your_file", ofType:"mp3")
let fileURL = NSURL(fileURLWithPath:urlPath!)
let playerItem = AVPlayerItem(URL:fileURL)
queuePlayer.insertItem(playerItem, afterItem:nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment