Re: [pygame] Question about sound effect playback

2021-07-13 Thread BW
Hi Jasper. Try the fourth answer here , by Ted Klein Bergman. On 7/13/2021 4:24 PM, Jasper Phillips wrote: I'm working on a networked action game with rollback netcode, and so I need to

[pygame] Question about sound effect playback

2021-07-13 Thread Jasper Phillips
I'm working on a networked action game with rollback netcode, and so I need to play sound effects starting an arbitrary amount of time from the beginning of the file so they sync up with game events. pygame.mixer.music does this via set_pos()... but apparently there's no corresponding method when