Android Audio Record to wav
问题 I recorded an audio using the audio recorder on Android and it produces a raw PCM file. I'm trying to convert it to a format I can listen to (wav or mp3 for example. I've started with this example but don't know where to go from here: Android AudioRecord example tried following these: http://computermusicblog.com/blog/2008/08/29/reading-and-writing-wav-files-in-java Recording .Wav with Android AudioRecorder Here is my code to record (note I am using Countdown Timer to tell it when to start