[Julius-cvs 197] CVS update: julius4/libjulius/include/julius

Back to archive index

sumom****@users***** sumom****@users*****
2008年 7月 7日 (月) 14:50:10 JST


Index: julius4/libjulius/include/julius/recog.h
diff -u julius4/libjulius/include/julius/recog.h:1.2 julius4/libjulius/include/julius/recog.h:1.3
--- julius4/libjulius/include/julius/recog.h:1.2	Wed Feb 13 17:43:08 2008
+++ julius4/libjulius/include/julius/recog.h	Mon Jul  7 14:50:10 2008
@@ -70,7 +70,7 @@
  * @author Akinobu Lee
  * @date   Fri Feb 16 13:42:28 2007
  *
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
  * 
  */
 /*
@@ -259,6 +259,11 @@
   LOGPROB *gmm_score;   ///< Current accumurated scores for each GMM
   boolean *is_voice;		///< True if corresponding model designates speech, FALSE if noise
   int framecount;               ///< Current frame count
+
+  short OP_nstream;		///< Number of input stream for GMM
+  VECT *OP_vec_stream[MAXSTREAMNUM]; ///< input vector for each stream at that frame
+  short OP_veclen_stream[MAXSTREAMNUM]; ///< vector length for each stream
+
   LOGPROB *OP_calced_score; ///< Work area for Gaussian pruning on GMM: scores
   int *OP_calced_id; ///< Work area for Gaussian pruning on GMM: id
   int OP_calced_num; ///< Work area for Gaussian pruning on GMM: number of above


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