#include <agc.h>
Data Fields | |
mfcc_t | max |
Estimated max for current utterance (for AGC_EMAX). | |
mfcc_t | obs_max |
Observed max in current utterance. | |
int32 | obs_frame |
Whether any data was observed after prev update. | |
int32 | obs_utt |
Whether any utterances have been observed. | |
mfcc_t | obs_max_sum |
mfcc_t | noise_thresh |
Noise threshold (for AGC_NOISE only). |
Definition at line 113 of file agc.h.