#include <map>#include <string>#include "feat/feature-common.h"#include "feat/feature-functions.h"#include "feat/feature-window.h"#include "feat/mel-computations.h"

Go to the source code of this file.
Classes | |
| struct | FbankOptions |
| FbankOptions contains basic options for computing filterbank features. More... | |
| class | FbankComputer |
| Class for computing mel-filterbank features; see Computing MFCC features for more information. More... | |
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Typedefs | |
| typedef OfflineFeatureTpl< FbankComputer > | Fbank |