[Julius-cvs 917] CVS update: julius4/adintool

Back to archive index

sumom****@users***** sumom****@users*****
2014年 1月 15日 (水) 14:31:08 JST


Index: julius4/adintool/adintool.c
diff -u julius4/adintool/adintool.c:1.20 julius4/adintool/adintool.c:1.21
--- julius4/adintool/adintool.c:1.20	Sun Jan  5 16:01:00 2014
+++ julius4/adintool/adintool.c	Wed Jan 15 14:31:07 2014
@@ -35,7 +35,7 @@
  * @author Akinobu LEE
  * @date   Wed Mar 23 20:43:32 2005
  *
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
  * 
  */
 /*
@@ -803,6 +803,7 @@
   }
   if (recog->jconf->input.type == INPUT_WAVEFORM) {
     if (RealTimeInit(recog) == FALSE) {
+      fprintf(stderr, "Error: failed to initialize feature extraction module\n");
       return FALSE;
     }
   }
@@ -899,8 +900,8 @@
 	for (j=0;j<adinnet_servnum;j++) {
 	  vecnet_send_data(sd[j], mfcc->tmpmfcc, sizeof(VECT) * vecnet_veclen);
 	}
+	mfcc->f++;
       }
-      mfcc->f++;
     }
     /* shift window */
     memmove(r->window, &(r->window[recog->jconf->input.frameshift]), sizeof(SP16) * (r->windowlen - recog->jconf->input.frameshift));



Julius-cvs メーリングリストの案内
Back to archive index