View Single Post
Old 16th May 2015, 17:02   #20  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,364
link: http://www.wilbertdijkhof.com/TimeStretch_v258.zip

license: gpl

documentation: http://avisynth.nl/index.php/TimeStretch

changelog:
* version: 2.5.8.0 (requires at least AviSynth v2.58)
* filter is named to TimeStretchPlugin
* multichannel support
* updated SoundTouch library to 1.8.0

usage:
Code:
LoadPlugin("D:\AviSynth\Plugins\TimeStretch\Release\TimeStretch.dll")
v = BlankClip()
a = NicMPG123Source("D:\AviSynth\Plugins\TimeStretch\sample_orig.mp3", false)
c = audiodub(v,a)
c.TimeStretchPlugin(pitch=100*pow(2.0, 3.0/12.0))
Let me know if you find something. I cleaned the code up a bit, but it should behave the same (except that it will return an error if there is no audio in the clip).
Wilbert is offline   Reply With Quote