admin管理员组

文章数量:1122832

Is it possible to use NSKeyedArchiver to save an AVAudioEngine, including all its nodes and connections, to a file and later restore it using NSKeyedUnarchiver?

If not, would Core Data or another API be more appropriate for achieving this?

I’ve searched Apple documentation and other resources online but found little discussion on this topic. Is this approach either so straightforward that it’s rarely questioned, or am I conceptualizing the task incorrectly?

Thanks in advance to anyone who can provide guidance!

本文标签: macosHow to make AVAudioEngine with nodes persistent using NSKeyedArchiverStack Overflow