Comment 19 for bug 295369

Revision history for this message
Horst F JENS (horst.jens) wrote :

Like John wrote,
adding this line into the python/pygame code helps:

    pygame.mixer.pre_init(44100,-16,2,2048)
    pygame.init()

no more sound delay, tested with various computers (Ubuntu 9.10 karmic)