Hi I was just tracing the audio path in Android cupcake. With some curiosity I began by making changes in AudioFlinger.cpp and AudioMixer.cpp. I made some changes to the mixing process and also the audio buffer being sent to the hadware. I created only one instance of MediaPlayer in my app and began playing the song.I started getting the following error....
MediaPlayer server died! W/MediaPlayer(28577): MediaPlayer server died! E/MediaPlayer(28577): Error (100,0 I/ServiceManager( 27): service 'media.audio_flinger' died I/ServiceManager( 27): service 'media.player' died E/AudioService( 55): Media server died. E/AudioService( 55): Media server started. I wonder wats the cause of this issue. Does any delay in writing the buffer to the hardware cause this problem or is it related to something else? Regards John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

