Skip to content Skip to sidebar Skip to footer

AudioRecord ObtainBuffer Timed Out With AudioRecorder.startRecording()

I have a problem with my program which records the microphone. Sometimes when I run it I have the following warnings and no sound is actually recorded: 12-14 11:17:50.660: W/Audio

Solution 1:

Try to use buffer larger than minSize and low down the sample rate. The message usually means some thing wrong in kernel level, like buggy ALSA audio driver integration, but I don't know if Xoom will run into the case. So, Good Luck!


Solution 2:

Hum, the solution was quite simple... I just didn't checked if new updates where available... Problem has been fixed on it own then.


Post a Comment for "AudioRecord ObtainBuffer Timed Out With AudioRecorder.startRecording()"