sumom****@users*****
sumom****@users*****
2012年 8月 5日 (日) 10:26:54 JST
Index: julius4/libsent/include/sent/mfcc.h diff -u julius4/libsent/include/sent/mfcc.h:1.5 julius4/libsent/include/sent/mfcc.h:1.6 --- julius4/libsent/include/sent/mfcc.h:1.5 Fri Sep 18 17:31:08 2009 +++ julius4/libsent/include/sent/mfcc.h Sun Aug 5 10:26:54 2012 @@ -27,7 +27,7 @@ * @author Akinobu LEE * @date Fri Feb 11 03:40:52 2005 * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * */ @@ -74,8 +74,8 @@ /// mfcc configuration parameter values typedef struct { - long smp_period; ///< Sampling period in 100ns units - long smp_freq; ///< Sampling frequency + int smp_period; ///< Sampling period in 100ns units + int smp_freq; ///< Sampling frequency int framesize; ///< Window size in samples, similar to WINDOWSIZE in HTK (unit is different) int frameshift; ///< Frame shift length in samples float preEmph; ///< Pre-emphasis coefficient, corresponds to PREEMCOEF in HTK