On Tue, 07 Sep 2010 15:33:55 +0000, kj wrote: > Does anyone know of a Python module for *moderate* "time-stretching"[1] > an MP3 (or AIFF) file? > > FWIW, the audio I want to time-stretch is human speech.
If you are running your script on Linux you may use gstreamer(pyGST). With gstreamer you can use filter to modify audio and video file or stream. P.S. Maybe gstreamer can work on windows to -- http://mail.python.org/mailman/listinfo/python-list