I am writing a simple game using python and I was using the following:
import pygame
pygame.mixer.init()
pygame.mixer.music.load('02_3AM.wav')
pygame.mixer.music.play()
There is no errorcode when I run it, but there is also no audio... (see below shell print out)
PS C:\Users\Vincent\python> py music.py pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html
I know that this has been asked a few times, but there doesn't seem to be a definitive way to make it work yet, can anyone help pls?