On Feb 3, 2010, at 2:34 AM, Ulrich Hertlein wrote: > Hi Alex, hi Uli, > > might it not be easier to profile the application using Shark (on OS > X) or something like > google-perftools on Unix? This might provide quicker results than > trying to profile on > the application level?
Actually, the Application-level profile gives you a nice quick overview about what's happening, and in this case, it really looks like that thread is just... waiting. Come to think of it: There's another thread running that's responsible for sound. Do things change if you call player.enableAudio(False) before play()? If so, something's fishy with the audio config on that machine. > Cheers, > /uli (not Zadow) ;-) Cheers, Uli -- Any technology distinguishable from magic is insufficiently advanced. Ulrich von Zadow | +49-172-7872715 Jabber: [email protected] Skype: uzadow _______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
