<Android MediaRecorder output format and audio enc...
# stackoverflow
u
Android MediaRecorder output format and audio encoder explanation I am trying to write an audio recorder that can record at all times. I need the audio files to be non resource intensive. I can see that I can change the audio sampling rate, but I've also seen that I may not be to reduce the sampling rate if I am using certain audio formats or encoders and I am having trouble understanding which audio format and audio encoder will best fit my needs. Please advise.