When I try to run the following code, I don't recieve either any errors or any sound. The sound file is not broken, I've tried many other sounds files as well.
import pygame
pygame.mixer.init(44100, -16, 2, 2048)
sound = pygame.mixer.Sound("9001.wav")
sound.play()
The output is simply:
<Channel object at 0x00000000021EF258>