I am trying to make an audio recorder feature for my app which supports pausing/resuming recording. At the end, when the user hits save, i only want 1 file. In android, mediarecorder doesn't support pause and write to a new file each time its initiated.
Currently im using mp4parser to merge the files but it takes a very long time (11-20 mins) to merge a 2min with 20min file.
Are there any alternatives? The files are in mp4 format.