2

Is there a way to pause the recording and start after a while.

Jonas
  • 121,568
  • 97
  • 310
  • 388
Manikandan
  • 1,479
  • 6
  • 48
  • 89

2 Answers2

3

Short answer: no

Once you are recording the only possible actions are stop and reset.

mgv
  • 8,384
  • 3
  • 43
  • 47
2

There is no pause() functionality when recording media. I would try conjoining two separate audio files together once the user hits your "stop" button in the app. Either that, or try to find a way to write to the same file stream after using the stop() method.

John Leehey
  • 22,052
  • 8
  • 61
  • 88