#include <mfcc.h>

変数 | |
| CMEAN * | clist | 
| List of MFCC sum for previous inputs  | |
| int | clist_max | 
| Allocated number of CMEAN in clist  | |
| int | clist_num | 
| Currentlly filled CMEAN in clist  | |
| int | dim | 
| Local workarea to store the number of MFCC dimension.  | |
| float | cweight | 
| Weight of initial cepstral mean  | |
| float * | cmean_init | 
| Initial cepstral mean for each input  | |
| boolean | cmean_init_set | 
| TRUE if cmean_init was set  | |
| CMEAN | now | 
| Work area to hold current cepstral mean  | |
 1.5.4