Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

how can I play an .wav file that is in the same directory? Any help would be appreciated! But make sure it works with Mac OS X Mountain Lion. Thanks!

share|improve this question
2  
Can you provide anything that shows you've tried? – Dan LaManna Oct 28 '12 at 1:00

1 Answer

up vote 0 down vote accepted

you can use Pygame:

pygame.init()
pygame.mixer.Sound('sound.wav').play()

read more here: http://www.pygame.org/docs/ref/mixer.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.