IQAudioRecorderController
IQAudioRecorderController copied to clipboard
New functionalities
It would be nice if we could add some more functionalities, like:
- A callback for when user has reached the time limit on recording
- Possibility to open the trim view controller from an existing audio
- Possibility to override icons
Those all are good ideas, and for the second one, it's already there, you can present IQAudioCropperViewController
using below methods for existing audio.
- (void)presentAudioCropperViewControllerAnimated:(nonnull IQAudioCropperViewController *)audioCropperViewController;
- (void)presentBlurredAudioCropperViewControllerAnimated:(nonnull IQAudioCropperViewController *)audioCropperViewController;
Can we use the AVAssets ( fetched from NSURL) for cropping?
- Can you update docs on how to use existing audio for cropping? and not use record.
Hmm, I think you can use url to open for cropping