AudioHardwareALSA errors with Android AudioRecord?

Look at the error "overrun occurred". Read this.

Look at the error "overrun occurred". Read this: lxr.post-tech.com/source/external/alsa-l... and within the remark it explained: 266 This error means xrun (underrun for playback or overrun for capture). 267 The underrun can happen when an application does not feed new samples 268 in time to alsa-lib (due CPU usage).

The overrun can happen when 269 an application does not take new captured samples in time from alsa-lib. 270 so it simply means the capturing thread is too busy doing other things - is that correct? Perhaps you should create a thread dedicated to capturing the audio stream?

But reading this: programming-android.labs.oreilly.com/ch1... it could also be due to insufficient buffer allocated for capturing. Is that correct?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions