How to play audio file?

I have the following audio file:

https://www.dropbox.com/s/996crway3omvx75/sample.m4a?dl=0


  • Format : AAC
  • Format / Info : Advanced Audio Codec
  • Formatprofile : LC
  • Codec-ID : 67


Now I have no idea what the codec-id says but if I receive an audio file from my server content provider with a codec-id of 40. It all works, but if I receive the above audio file I can not play it in regular audio software like QuickTime in HTML5 Audio. (It does play in VLC)


Is there anyone that can shine some light on this matter and how am I able to convert this data into an audio format that is playable. Using swift?