Differences between revisions 13 and 14
Revision 13 as of 2007-11-23 14:35:59
Size: 2456
Editor: neo-y1a
Comment:
Revision 14 as of 2007-11-23 14:36:36
Size: 2461
Editor: neo-y1a
Comment:
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
 * [http://pysonic.sourceforge.net/index.html pysonic] A wrapper around the [http://www.fmod.org] library offering plenty of options including 3D sound and effects. FMOD is a popular closed, but free for own use, that is used in many commercial game titles.  * [http://pysonic.sourceforge.net/index.html pysonic] A wrapper around the [http://www.fmod.org FMOD]-library offering plenty of options including 3D sound and effects. FMOD is a popular closed, but free for own use, that is used in many commercial game titles.

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 looking for podcast and such on Python you are not at the right place here, but PythonAudioMaterial is.

Built in modules

The [http://docs.python.org/lib/mmedia.html Multimedia Services] allow for some basic audio functionality in python. It consists of the following modules:

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

Platform dependent

Modules relying on closed source


CategoryDocumentation

Audio (last edited 2022-02-11 15:26:49 by mytja)

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