Skip to content

Instantly share code, notes, and snippets.

@timcowlishaw
Created March 1, 2022 17:18
Show Gist options
  • Save timcowlishaw/898091d56e14896e0a1a8b277b3958ad to your computer and use it in GitHub Desktop.
Save timcowlishaw/898091d56e14896e0a1a8b277b3958ad to your computer and use it in GitHub Desktop.
Cenatus PHASE blog post snippet 5
let fileName = "piano" // piano.mp3 in the app bundle root.
let url = Bundle.main.url(forResource: fileName, withExtension: "mp3")!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment