[Julius-cvs 919] CVS update: julius4/libjulius/src

Back to archive index

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


Index: julius4/libjulius/src/realtime-1stpass.c
diff -u julius4/libjulius/src/realtime-1stpass.c:1.13 julius4/libjulius/src/realtime-1stpass.c:1.14
--- julius4/libjulius/src/realtime-1stpass.c:1.13	Wed Dec 18 12:55:20 2013
+++ julius4/libjulius/src/realtime-1stpass.c	Wed Jan 15 14:31:08 2014
@@ -111,7 +111,7 @@
  * @author Akinobu Lee
  * @date   Tue Aug 23 11:44:14 2005
  *
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
  * 
  */
 /*
@@ -274,7 +274,8 @@
     if (mfcc->cmn.load_filename) {
       if (para->cmn) {
 	if ((mfcc->cmn.loaded = CMN_load_from_file(mfcc->cmn.wrk, mfcc->cmn.load_filename))== FALSE) {
-	  jlog("WARNING: failed to read initial cepstral mean from \"%s\", do flat start\n", mfcc->cmn.load_filename);
+	  jlog("ERROR: failed to read initial cepstral mean from \"%s\", do flat start\n", mfcc->cmn.load_filename);
+	  return FALSE;
 	}
       } else {
 	jlog("WARNING: CMN not required on AM, file \"%s\" ignored\n", mfcc->cmn.load_filename);



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