Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created July 19, 2019 01:44
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 SunXiaoShan/7751dcace95cb4d8b8861313602a2466 to your computer and use it in GitHub Desktop.
Save SunXiaoShan/7751dcace95cb4d8b8861313602a2466 to your computer and use it in GitHub Desktop.
if (_queue) {
AudioFileClose(_audioFile);
[self freeMemory];
AudioQueueStop(_queue, true);
AudioQueueDispose(_queue, true);
_queue = nil;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment