Re: [android-developers] WAV file

2012-12-06 Thread Michael Banzon
As far as I can recall the problem with wave files is that they are envelope for other formats. If I remember correctly they can contain just about anything which codec are you looking to in code where are you going to play the file you record? -- Michael Banzon http://michaelbanzon.com/ On Dec 5

[android-developers] WAV file

2012-12-05 Thread bob
Anyone know if any of these MediaRecorder.OutputFormat constants corresponds to a normal WAV file? I want to record a WAV. public final class OutputFormat { /* Do not change these values without updating their counterparts * in include/media/mediarecorder.h! */ p