Blame SOURCES/festival-1.96-speechtools-rateconvtrivialbug.patch

7b3626
--- festival/speech_tools/base_class/rateconv.cc.orig	2007-03-13 15:13:21.000000000 -0400
7b3626
+++ festival/speech_tools/base_class/rateconv.cc	2007-03-13 15:15:15.000000000 -0400
7b3626
@@ -384,7 +384,8 @@
7b3626
 	    }
7b3626
 	    fir_stereo(inp + inoffset + inbaseidx,
7b3626
 		       coep + cycctr * firlen, firlen,
7b3626
-		       outp + outidx++, outp + outidx++);
7b3626
+		       outp + outidx, outp + outidx + 1);
7b3626
+	    outidx += 2;
7b3626
 	    cycctr++;
7b3626
 	    if (!(cycctr %= up))
7b3626
 		inbaseidx += 2*down;