Does a Python Sound Library exist?

Hemanth P.S. hemanth_sethuram at yahoo.com
Fri Jun 11 03:29:59 EDT 2004


For extracting .MP3 ID3 tags, you can
find code snippets to do that in the excellent free online Python book
<http://diveintopython.org> on a chapter on Objects and Object Orientation.
You can cook up a similar thing for .WAV headers (if you know the .wav format)

--Hemanth P.S.

gohaku <gohaku at earthlink.net> wrote in message news:<mailman.836.1086918363.6949.python-list at python.org>...
> Hi everyone,
> I would like to know if there is a sound library for manipulating and 
> retrieving information from .WAV or .MP3 Files.
> I came across the page for Pythonware Sound Toolkit but that toolkit is 
> no longer available.
> 
> Thanks in advance.
> -gohaku



More information about the Python-list mailing list