Does a Python Sound Library exist?

Dmitry Borisov jbors at mail.ru
Fri Jun 11 02:20:09 EDT 2004


Hi,
----- Original Message ----- 
From: "gohaku" 
Subject: Does a Python Sound Library exist?


> Hi everyone,
> I would like to know if there is a sound library for manipulating and 
> retrieving information from .WAV or .MP3 Files.

For wav files you may use builtin wave module.
For mp3, ac3, ogg, wma there is http://pymedia.sourceforge.net
Dmitry/




More information about the Python-list mailing list