You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that AudioFileWrite will call - (void)stop in dealloc method automatically, but in some situation, I just wanna finish the writing operation manually, how about expose the '- (void)stop' to be public, is there some side effects?
Thanks. @alexbw
The text was updated successfully, but these errors were encountered:
I found that AudioFileWrite will call
- (void)stop
indealloc
method automatically, but in some situation, I just wanna finish the writing operation manually, how about expose the '- (void)stop' to be public, is there some side effects?Thanks.
@alexbw
The text was updated successfully, but these errors were encountered: