You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is superb library thank you very much. How can I get it to load a file that I recorded instead of a file stored in the NS Main Bundle? I have tried the following but they don't work:
// "myURL" being a string like so:
// file:///var/mobile/Containers/Data/Application/35B72EE7-7320-4185-9B2E-55C540F738FD/Documents/23Feb2015_065229am.aif
NSURL *assetURL = [NSURL URLWithString:myURL];
AVURLAsset *asset = [AVURLAsset URLAssetWithURL:assetURL options:nil];
I have tried so many different things and they dont work :(
The text was updated successfully, but these errors were encountered:
I don't know if this is what you're looking for, but this is how I do it. I'm recording files into the Documents directory and retrieving them from there. Sometimes I record to the Caches directory and retrieve them from there:
Hi,
This is superb library thank you very much. How can I get it to load a file that I recorded instead of a file stored in the NS Main Bundle? I have tried the following but they don't work:
I have tried so many different things and they dont work :(
The text was updated successfully, but these errors were encountered: