Platform support and file formats
masterThe behavior and supported formats of playsound depend on the host operating system:
- Windows: Uses
windll.winmm. Tested withWAVEandMP3formats. - OS X: Uses
AppKit.NSSound. Tested withWAVEandMP3. Generally, any format playable by QuickTime should work. - Linux: Uses
GStreamer. Known to work on Ubuntu 14.04 and ElementaryOS Loki; typically works on any Linux distribution with a standard GNOME desktop experience.