0

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.

Lücks
  • 3,806
  • 2
  • 40
  • 54

2 Answers2

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.

Community
  • 1
  • 1
Eagle11
  • 661
  • 8
  • 25
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.

Community
  • 1
  • 1
Vlad Z.
  • 3,401
  • 3
  • 32
  • 60