I want to record/play audio on my app. There is anyway to just "call" the native record of iOS, and get the record after done? So, I don't need to develop entire new xib to microphone. Like on Android, that your app can call the microphone's app and get the result.
Asked
Active
Viewed 966 times
2 Answers
1
You can use AVAudioRecorder.
Google will give you some examples. Here is one -
How do I record audio on iPhone with AVAudioRecorder?
You will have to make your own UI for it though.
0
As i know, there's no any way to call native audio record from your app.
Short answer, check this out - Speak here
Be sure to check this thread - How do I record audio on iPhone with AVAudioRecorder? it's pretty old question though.
-
So, I have to develop my own UI? That's horrible – Lücks Jan 08 '14 at 23:30
-
you have a example 'Speak here'. It should be pretty simple, give it a chance – Vlad Z. Jan 08 '14 at 23:31