#include "feat/online-feature.h"#include "feat/wave-reader.h"#include "matrix/kaldi-matrix.h"#include "transform/transform-common.h"
Go to the source code of this file.
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:  | |
Functions | |
| void | GetOutput (OnlineFeatureInterface *a, Matrix< BaseFloat > *output) | 
| bool | RandomSplit (int32 wav_dim, std::vector< int32 > *piece_dim, int32 num_pieces, int32 trials=5) | 
| void | TestOnlineMatrixCacheFeature () | 
| void | TestOnlineDeltaFeature () | 
| void | TestOnlineSpliceFrames () | 
| void | TestOnlineMfcc () | 
| void | TestOnlinePlp () | 
| void | TestOnlineTransform () | 
| void | TestOnlineAppendFeature () | 
| void | TestRecyclingVector () | 
| int | main () | 
| int main | ( | ) | 
Definition at line 419 of file online-feature-test.cc.
References rnnlm::i, kaldi::TestOnlineAppendFeature(), kaldi::TestOnlineDeltaFeature(), kaldi::TestOnlineMatrixCacheFeature(), kaldi::TestOnlineMfcc(), kaldi::TestOnlinePlp(), kaldi::TestOnlineSpliceFrames(), kaldi::TestOnlineTransform(), and kaldi::TestRecyclingVector().