Play a Sound with Python

Posted by Claudiu on Stack Overflow See other posts from Stack Overflow or by Claudiu
Published on 2008-11-20T23:40:34Z Indexed on 2010/03/20 0:01 UTC
Read the original article Hit count: 124

What's the easiest way to play a sound file (.wav) in Python? By easiest I mean both most platform independent and requiring the least dependencies. pygame is certainly an option, but it seems overkill for just sound.

© Stack Overflow or respective owner

Related posts about sound

Related posts about python