IQAudioRecorderController
IQAudioRecorderController copied to clipboard
A drop-in universal library allows to record audio within the app with a nice User Interface.
> Can you please try the latest version of library because I fixed something like this couple of weeks ago. Im using the latest one can we decrease the wave...
I need to stop audio-record after 70 second from the starting time. With mediarecorder I used setMaxduration and this work well, How can I a good a good approach with...
Hello! This is a very good library, but when crop audio in demo, report this issue. Could you fix it?
Can it be possible to save audio with different audio pitches
Hi, when I recorded the first audio I get a link, then when I want to record again then audio controller view is transparent.
IQAudioRecorderViewController *controller = [[IQAudioRecorderViewController alloc] init]; controller.delegate = self; controller.title = @"Recorder"; controller.bitRate=128000; controller.sampleRate=8000; controller.maximumRecordDuration = 60*10; controller.numberOfChannels=2; controller.allowCropping = YES; when I set bitRate,the recorder not work.
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...