i am making a game in pygame and there is one sound which when i play using
import pygame
retro = pygame.mixer.Sound("sounds/retro.wav")
retro.play()
it almost kills my ears it's too loud, is there a way to change the volume of the sound i am playing...
Thanks for helping in advance