Skip to content

Instantly share code, notes, and snippets.

@pmatsinopoulos
Created June 18, 2021 20:02
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 pmatsinopoulos/9981fac774a459d971077eaf4e3c81f5 to your computer and use it in GitHub Desktop.
Save pmatsinopoulos/9981fac774a459d971077eaf4e3c81f5 to your computer and use it in GitHub Desktop.
void OpenExtendedAudioFile(const char *iFileName, ExtAudioFileRef *oExtAudioFileRef) {
CheckError(ExtAudioFileOpenURL((__bridge CFURLRef) CharPointerFilenameToNSURLp(iFileName),
oExtAudioFileRef),
"Opening the audio file");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment