Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Multimedia > Audio

    pymad 0.5.4

    Download button

    No screenshots available
    Downloads: 528  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jamie Wilkinson | More programs
    GPL / FREE
    June 27th, 2005, 15:56 GMT
    ROOT / Multimedia / Audio

     Read user reviews (0)  Refer to a friend  Subscribe

    pymad description

    pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library.

    pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library.

    pymad provides a high-level API, similar to the pyogg module, which makes reading PCM data from MPEG audio streams a piece of cake.

    Using pymad is as easy as:

    import mad, ao, sys

    mf = mad.MadFile(sys.argv[1])
    dev = ao.AudioDevice('oss', rate=mf.samplerate())
    while 1:
    buf = mf.read()
    if buf is None:
    break
    dev.play(buf, len(buf))


    pymad uses the Python distutils tool. To build and install pymad, install python and libmad development files, and then:

    Remember to make sure /usr/local/python/site-packages/ is in your Python search path.

    pymad is licensed under the GNU General Public License.

    Product's homepage

      


    TAGS:

    MPEG decoder library | audio decoder library | audio decoder | pymad | MPEG | audio

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM