I need to record and save a user's audio file on Android in 16-bit PCM encoding format as supported by AudioFormat.
However examples online use MediaRecorder. Is it possible to use this to record 16-bit PCM encoded files?
I need to record and save a user's audio file on Android in 16-bit PCM encoding format as supported by AudioFormat.
However examples online use MediaRecorder. Is it possible to use this to record 16-bit PCM encoded files?