Re: Getting started in python game development

2018-02-14 Thread AudioGames . net Forum — Developers room : Amit via Audiogames-reflector
Re: Getting started in python game development HI,Thanks for replying. I've tried this but it seems it did not work. Regards,Amit URL: http://forum.audiogames.net/viewtopic.php?pid=352133#p352133 ___ Audiogames-reflector mailing

Re: Getting started in python game development

2018-02-14 Thread AudioGames . net Forum — Developers room : thggamer via Audiogames-reflector
Re: Getting started in python game development I have faced the same problem using Pygame and Pygame.mixer.You can fix it by putting this line, before the pygame.init() call:pygame.mixer.pre_init(44100, -16, 2, 1024)This will decrease the buffer size that pygame allocates for each sound