How can i pause voice recording in Android?

前端 未结 4 817
孤独总比滥情好
孤独总比滥情好 2021-02-09 00:41

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

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-09 00:50

    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.

提交回复
热议问题