android playback suddenly stopping...

Posted by user306517 on Stack Overflow See other posts from Stack Overflow or by user306517
Published on 2010-05-14T16:51:04Z Indexed on 2010/05/14 16:54 UTC
Read the original article Hit count: 264

Filed under:
|
|
|

I have an app that is streaming audio content and sometimes it just stops all of the suddent.

the logcat windows shows --

AudioHardware pcm playback is going to standby

and that's it.

I saw on another thread (pun intended) that someone was saying it was because he was using too many threads. Could that really be causing this? Could i give the audio thread higher priority?

Anyway to prevent the audio hardware pcm from going to standby?

© Stack Overflow or respective owner

Related posts about android

Related posts about playback