Prev: how to cause a request for a missing class attribute cause itscalculation
Next: Pointers on packaging python programs for installation on multipleplatforms?
From: Astan Chee on 18 May 2010 18:05 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
From: technocake on 18 May 2010 20:27
On 19 Mai, 00:05, Astan Chee <astan.c...(a)al.com.au> 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 PyAudio : http://people.csail.mit.edu/hubert/pyaudio/ I have not any experience with it, so I can only point you to it for now. Hope you find it useful technocake |