Commit 5e7ee5ed authored by santiago duque's avatar santiago duque

first commit

parents
File added
import pygame
import time
import signal
pygame.init()
sound1 = pygame.mixer.Sound('/Users/santiagoduque/Documents/WEBPROJECTS/apps/python-audio-player/test.wav')
sound1.play()
#time.sleep(5.5)
signal.pause()
File added
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment