alexbw / novocaine

Painless high-performance audio on iOS and Mac OS X
http://alexbw.github.com/novocaine/
MIT License
2.23k stars 273 forks source link

AudioFileWriter- (void)stop #105

Open demonnico opened 9 years ago

demonnico commented 9 years ago

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