Hi, I'm facing a problem with Video/Music player where audio stops coming after a random number of times. After some debugging I found that:
In android_audio_output.cpp->audout_thread_func, there is iAudioThreadSem->Wait(); before the while(1) loop and it is stuck there indefinitely. I understand it is waiting for a signal from MIO saying that the buffer is written and ready to be dumped to audio flinger. For some reason it is not getting the signal. Is this correct? Can anybody throw some light on this? --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
