Revision 27 as of 2011-06-26 19:18:18

Clear message

Audio in Python

This page tries to provide a starting point for those who want to work with audio in combination with Python.

If you are creating a game, most of what you are looking for may already be included in the many PythonGameLibraries that are available.

If you are looking for podcasts related to Python, go to the PythonAudioMaterial page.

Built in modules

The Multimedia Services allow for some basic audio functionality in Python. It consists of the following modules:

audioop

aifc

sunau

wave

chunk

sndhdr

ossaudiodev

Beyond the default modules

Alternatively, you might want to learn about audio programming in Python. There is a veritable forest of stuff out there, but here are some good starting points.

For a complete overview have a look at PythonInMusic.

Platform independent

Nsound

PyAudiere

pyAudio

Snack

Python Audio Tools

Platform dependent

http://gstreamer.freedesktop.org/modules/gst-python.html

Modules relying on closed source

pysonic


CategoryDocumentation

Unable to edit the page? See the FrontPage for instructions.