What is the method by which I can set an NSManagedObject as the destination for the AVAudioRecorder (as opposed to NSURL)? I would like to save tiny sound bites as the binary core data type with the "external storage" option selected... and of course play them back. I've seen several questions that skirt the subject, and it seems there are some out there that are doing this, but I've yet to find any hardcore code examples. So far I've had success with the basic file type recording by following this tutorial : http://www.supersuraccoon-cocos2d.com/2011/06/05/voice-record-demo/ , I would just like to take it directly to core data.
FYI - I do realize best practice is to store the URL, and then retrieve, but I'd really like to go directly with the binary into CoreData if possible.
thanks!!
p.s. If you've got a sample in Swift, it would be greatly appreciated!