IQAudioRecorderController
IQAudioRecorderController copied to clipboard
How to limit record time with Audiorecord as mediarecorder with setmaxduration.
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 AudioRecord too.
Many Thanks for your help.