Python libraries for playing MP3 files

Dave Brueck dave at pythonapocrypha.com
Fri Oct 1 08:42:21 EDT 2004


Iñigo wrote:
> Hello everybody:
>    I am newbie in python. I am searching libraries in python capable of 
> playing MP3/OGG files, stopping and so on. I don't know if that is 
> possible using python.

Hi Iñigo,

Try looking at pygame's mixer_music module at www.pygame.org - it's a Python 
interface to SDL_mixer (which can support MP3/OGG/etc).

-Dave



More information about the Python-list mailing list