dpinzon30
Results
1
issues of
dpinzon30
Hey, Not sure if I'm doing something right, but I can't get the pause and stop functions to work properly I'm writing: def sendmsg(msg): if msg == "0": AudioPlayer("mixed.wav").play(block=True) print("play")...