Is there pause available in mediarecorder class
问题 Is there a way to pause the recording and start after a while. 回答1: Short answer: no Once you are recording the only possible actions are stop and reset. 回答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. 来源: https://stackoverflow.com/questions/6128440/is-there-pause-available-in