Re: sound effects in python

2010-05-18 Thread technocake
On 19 Mai, 00:05, Astan Chee wrote: > Hi, > I have a sound file (e.g. .wav; .mp3, etc) in python that I'd like to > modify (e.g. change tempo, pitch, add echo, amplify, etc). > Any recommendation on how I can achieve this in python independent of > platform? > Thanks You could have a look on PyAu

Re: sound effects in python

2010-05-18 Thread Vincent Davis
There was a talk at pycon about this. Sounded interecting but I don't know much about it. http://us.pycon.org/2010/conference/schedule/event/136/ Vincent On Tue, May 18, 2010 at 4:05 PM, Astan Chee wrote: > Hi, > I have a sound file (e.g. .wav; .mp3, etc) in python that I'd like to > modify (e.

sound effects in python

2010-05-18 Thread Astan Chee
Hi, I have a sound file (e.g. .wav; .mp3, etc) in python that I'd like to modify (e.g. change tempo, pitch, add echo, amplify, etc). Any recommendation on how I can achieve this in python independent of platform? Thanks -- http://mail.python.org/mailman/listinfo/python-list