audio time-stretching?
Patrick Charron
patrick.charron.pc at gmail.com
Sat Sep 11 19:58:19 EDT 2010
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
More information about the Python-list
mailing list