Drop back to 32 channels which seemed to be more stable.

This commit is contained in:
Storm Dragon
2025-09-18 19:59:16 -04:00
parent 1a6ad65139
commit 818cefc558
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ def initialize_gui(gameTitle):
if not pygame.mixer.get_init():
pygame.mixer.pre_init(44100, -16, 2, 4096)
pygame.mixer.init()
pygame.mixer.set_num_channels(48)
pygame.mixer.set_num_channels(32)
pygame.mixer.set_reserved(0) # Reserve channel for cut scenes
# Enable key repeat for volume controls