[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Sound stops working after hours of operation



Hi!

What about the Sound.play() method? Do you call it with any arguments or empty (with defaults)?

On 5.11.2011 22:11, PierreLafrance1@xxxxxxxxxxxx wrote:
Hi
The line of code is there :
self.beep_file = pygame.mixer.Sound("%s/beep.wav" % FILE_LOCATION)
So we reload the file from disk (SDCARD) each time.
Is this can be an issue ?
Thanks