Sorry if I am asking too generic question.
We are in the process of developing an application which records and plays audio on mobile devices. This application is be
Try this, i was having the same issue it's work perfectly.
mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); mRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); mRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AAC);