How can i pause voice recording in Android?
问题 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 but In android its not work. Join two WAV files from Java? And also I used default device audio recorder Apps which is available in all device but in Samsung few devices have not returened recording path. Intent intent = new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION); startActivityForResult(intent,REQUESTCODE_RECORDING);