[android-developers] Re: AudioRecord creates a stereo file instead of a mono file.

2010-05-18 Thread pac
I must have just gotten the parameters wrong. I can create a mono file. But I used AudioFormat.CHANNEL_IN_MONO, not AudioFormat.CHANNEL_CONFIGURATION_MONO. On May 1, 9:41 am, niko20 nikolatesl...@yahoo.com wrote: Yes its a bug, sounds like the WAV header is wrong. You'll have to hack at that

[android-developers] Re: AudioRecord creates a stereo file instead of a mono file.

2010-05-01 Thread niko20
Yes its a bug, sounds like the WAV header is wrong. You'll have to hack at that source to fix it.. On Apr 29, 5:51 pm, pac patty.c...@gmail.com wrote: I'm developing with Android 2.1 on a Nexus One with firmware 2.1 update 1. I'm using the RehearsalAudioRecorder class from here: