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
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