Sorry if this is ends up repost but my other one seems to have been lost in the moderator ether and I just had my second post show up within a few minutes.
I have an application where it is useful to me to know when there has been an underrun while streaming with AudioTrack (I think that an overrun is not possible because write() seems to block until there is room, but please correct me if I'm wrong). I notice when running in debug mode I can see a notification from the audioflinger that there has been an underrun, and also that the native version of audiotrack has a callback function that gets this event. How might I get that notification in the sdk? Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

