diff --git a/bapsicle_standalone.py b/bapsicle_standalone.py index e5716c9..f49c0a0 100644 --- a/bapsicle_standalone.py +++ b/bapsicle_standalone.py @@ -67,7 +67,7 @@ class bapsicle(): self.state["channel"] = channel - pygame.mixer.init() + pygame.mixer.init(44100, -16, 1, 1024)