Package : pymad

Package details

Summary: A wrapper for the MAD MPEG Audio decoder library

Description:
pymad is a Python wrapper for the MPEG Audio Decoder library.

Access this module via "import mad" or "from mad import *". To decode
an mp3 stream, you'll want to create a MadFile object and read data from
that. You can then write the data to a sound device. See the example
program in test/ for a simple mp3 player that uses libao for the sound
device.


URL: http://spacepants.org/src/pymad/
License: GPLv2+

Maintainer: nobody

List of RPMs