IQAudioRecorderController icon indicating copy to clipboard operation
IQAudioRecorderController copied to clipboard

New functionalities

Open githubdoramon opened this issue 8 years ago • 3 comments

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

githubdoramon avatar Dec 07 '16 21:12 githubdoramon

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;

hackiftekhar avatar Apr 06 '17 10:04 hackiftekhar

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.

credo92 avatar Aug 04 '17 02:08 credo92

Hmm, I think you can use url to open for cropping

hackiftekhar avatar Aug 04 '17 16:08 hackiftekhar