Update OBS-URL: https://build.opensuse.org/request/show/285869 OBS-URL: https://build.opensuse.org/package/show/KDE:KDE3/festival?expand=0&rev=6
13 lines
370 B
Diff
13 lines
370 B
Diff
--- speech_tools/base_class/rateconv.cc
|
|
+++ speech_tools/base_class/rateconv.cc
|
|
@@ -385,7 +385,8 @@
|
|
/* order?
|
|
fir_stereo(inp + inoffset + inbaseidx,
|
|
coep + cycctr * firlen, firlen,
|
|
- outp + outidx++, outp + outidx++);
|
|
+ outp + outidx, outp + outidx + 1);
|
|
+ outidx += 2;
|
|
|
|
*/
|
|
fir_stereo(inp + inoffset + inbaseidx,
|