How to Pause and Resume Audio recording in android

Rana picture Rana · Feb 20, 2014 · Viewed 12.8k times · Source

I am developing an audio recording application using MediaRecorder class. I have the following requirement:

1.When a pause button is pressed then pause recording.

2.When a resume button is pressed then resume recording where it paused. I try this link

But I am unable to implement the functionality.

Any help/suggestion would be greatly appreciated.

Answer

selva_pollachi picture selva_pollachi · Mar 10, 2015

This link also may useful for those who need to pause and record audio.

https://github.com/lassana/continuous-audiorecorder