Fix poor sound quality

This commit is contained in:
Matthew Stratford 2020-10-23 21:43:41 +01:00
parent eb9c46cd8d
commit 40f39bf28e

View file

@ -67,7 +67,7 @@ class bapsicle():
self.state["channel"] = channel
pygame.mixer.init()
pygame.mixer.init(44100, -16, 1, 1024)