PDA

View Full Version : creating sound in python



thepopasmurf
January 13th, 2008, 06:42 PM
I'm making a program which plays chords and scales. (In python)

Is there a package for python which can create sounds and tones, MIDI or otherwise.

Kadrus
January 13th, 2008, 06:50 PM
mmm..i have done this using C++..importing a sound..have you tried that?

thepopasmurf
January 13th, 2008, 06:56 PM
importing a sound?

pmasiar
January 14th, 2008, 01:05 AM
OLPC has rather entertaining sound capabilities, and all code is GPL in Python (with libraries). Check OLPC TamTam.