Does a Python Sound Library exist?
zebez
zebez at home.se
Fri Jun 11 05:59:22 EDT 2004
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
I don't know if this is what your looking for but it's a python
wrapper for fmod (http://www.fmod.org/):
http://sourceforge.net/project/showfiles.php?group_id=65529&package_id=88928
though it hasn't been updated for almost a year.
More information about the Python-list
mailing list