Log in

View Full Version : Audio pops with 2003-12-30 binary


stickboy
5th January 2004, 22:59
I'm getting weird audio pops in the December 30, 2003 AviSynth binary. I think it can be replicated with this script:
ColorBars(320, 240)
DelayAudio(-12.0 / 1000.0)
Trim(0, 500)

c = FadeIn(2)

AudioDub(last, c)On my system, AviSynth generates a pop (or sometimes silence) about 60 frames in.

I reinstalled 2.5.3, and the problem disappeared. (The previous binary from early December doesn't seem to be available anymore, so I can't test against that.)

sh0dan
6th January 2004, 12:25
Thanks for the good report!

Found & fixed! This would have saved me a lot of time yesterday ;)