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

[hts-users:02323] Re: Bugs related to CMLLR, SAT, SEMIT, and MLLRCOV


Hi,

Junichi Yamagishi wrote (2009/12/19 9:11):

Anyway, recently, Heiga and I worked on this issue and found *two* relatively critical bugs of HAdapt.c. I report the first bug in this mail and Heiga would report the second bug later.

Here it is.

--- HAdapt.c 2009-12-15 16:50:49.760485000 +0000
+++ HAdapt.c 2009-12-17 22:53:45.451982000 +0000
@@ -5271,7 +5273,7 @@

 void TidyBaseAccs(XFInfo *xfinfo)
 {
-   SetBaseAccsTime(xfinfo,-1);
+   SetBaseAccsTime(xfinfo,-2);
    if (xfinfo->headac==NULL)
       UpdateBaseAccs(xfinfo,NULL,-1,NULL);
    else {
@@ -5319,7 +5321,7 @@
             if (trace&T_SXF)
                printf("Generating transform %s
(%i)\n",xfinfo->coutspkr,xfinfo->nspkr);
             /* Tidy the statistics of the last frame */
-            SetBaseAccsTime(xfinfo,-1);
+            SetBaseAccsTime(xfinfo,-2);
             if (xfinfo->headac==NULL)
                UpdateBaseAccs(xfinfo,NULL,-1,NULL);
             else {

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 ______________________________________________________________________
References
[hts-users:02322] Bugs related to CMLLR, SAT, SEMIT, and MLLRCOV, Junichi Yamagishi