When trying to play the file Jingle_Lose_01.wav
from https://opengameart.org/content/8-bit-sound-effects-library (converted to ogg) through pygame, the sound comes out much lower pitched than normal.
import pygame
pygame.init()
sound = pygame.mixer.Sound('test.ogg')
sound.play()