views:

47

answers:

1

Hi! I want to record sounds from a live playing band. Then I want to make some effects with using a programming language. After this i want to play this sounds also live. Which programming language would be useful? Can I use python?

EDIT: I want to play them simultaneously (in sync). The sound effects take the recorded music as input.

+2  A: 

There are specialised audio programming languages, such as Pure Data. Is that an option?

hfs
Pure Data also has an active Python community... there are PD extensions to glue python code in.
Bill Gribble
the problem is the time shift in PD. when i speak into the microphone the sound need one second to travel to the speaker. how to make PD faster? or is there an alternative?
kame