Android MediaRecorder create 16 bit PCM encoded audio file

448 views Asked by At

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?

0

There are 0 answers