Fix poor sound quality
This commit is contained in:
parent
eb9c46cd8d
commit
40f39bf28e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class bapsicle():
|
|||
|
||||
self.state["channel"] = channel
|
||||
|
||||
pygame.mixer.init()
|
||||
pygame.mixer.init(44100, -16, 1, 1024)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue