lang/python/ PlayAudio


Stack overflow playsound

pygame.mixer.init()
pygame.mixer.music.load("file.mp3")
pygame.mixer.music.play()