[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:01796] Bug in HTS-demo_CMU-ARCTIC-SLT/Training.pl


Hi all,

I found a fatal bug in HTS-demo_CMU-ARCTIC-SLT/Training.pl:

--- scripts/Training.pl 2008-06-26 04:45:32.000000000 +0000
+++ scripts/Training.pl 2008-11-24 11:37:52.852871000 +0000
@@ -1036,7 +1036,7 @@
          $bSize  = $vSize{$type}/$nstream{$type}/$nblk{$type};
          print CONF "IntVec $nblk{$type} ";
          for ($b=1; $b<=$nblk{$type}; $b++) {
-            print CONF "1 ";
+            print CONF "$band{$type} ";
          }
       }
    }

This bug makes your STC matrices banded (band width=1) even you changed the band width by configure script. This bug exists both in the standard and STRAIGHT ones. It doesn't exist in the adaptation demos.

Best regards,

Heiga ZEN (Byung Ha CHUN)

--
--------------------------
Heiga ZEN (Byung Ha CHUN)
Speech Technology Group
Cambridge Research Lab
Toshiba Research Europe
phone: +44 1223 436975

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________