Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New functionalities #37

Open
githubdoramon opened this issue Dec 7, 2016 · 3 comments
Open

New functionalities #37

githubdoramon opened this issue Dec 7, 2016 · 3 comments

Comments

@githubdoramon
Copy link

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
@hackiftekhar
Copy link
Owner

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;

@credo92
Copy link

credo92 commented Aug 4, 2017

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.

@hackiftekhar
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants