If I record an audio file and I have a core data object representing that recording... should I be referencing just the url to the recording on disk, or could I just store it within core data?
It's probably easier to just store it within core data, but doesn't sound like a very good idea.