My aim is to pause in recording file. I see in Android developer site its but Media Recorder have not pause option.
Java supports merge two audio file programatically bu
You can't do it using Android API, but you can save a lot of mp4 files and merge it using mp4parser: powerful library written in Java. Also see my simple recorder with a "pause": https://github.com/lassana/continuous-audiorecorder.