Skip to content

Instantly share code, notes, and snippets.

@marjinal1st
Created September 4, 2014 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marjinal1st/97761a1887cc917d65f6 to your computer and use it in GitHub Desktop.
Save marjinal1st/97761a1887cc917d65f6 to your computer and use it in GitHub Desktop.
import pygame
from time import sleep
pygame.init()
pygame.mixer.init()
test = pygame.mixer.Sound("test.wav")
while True:
test.play()
sleep(1.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment