#include <recog.h>
Data Fields | |
| int | maxframelen |
| Maximum allowed input frame length. | |
| SP16 * | window |
| Window buffer for MFCC calculation. | |
| int | windowlen |
| Buffer length of window. | |
| int | windownum |
| Currently left samples in window. | |
| boolean | last_is_segmented |
| TRUE if last pass was a segmented input. | |
| SP16 * | rest_Speech |
| Speech samples left unprocessed by segmentation at previous segment. | |
| int | rest_alloc_len |
| Allocated length of rest_Speech. | |
| int | rest_len |
| Current stored length of rest_Speech. | |
Definition at line 174 of file recog.h.
1.5.1