This file contains a class OnlineFeaturePipeline for online feature extraction, which puts together various pieces into something that has a convenient interface. More...
#include <string>
#include <vector>
#include <deque>
#include "matrix/matrix-lib.h"
#include "util/common-utils.h"
#include "base/kaldi-error.h"
#include "feat/online-feature.h"
#include "feat/pitch-functions.h"
Go to the source code of this file.
Classes | |
struct | OnlineFeaturePipelineCommandLineConfig |
This configuration class is to set up OnlineFeaturePipelineConfig, which in turn is the configuration class for OnlineFeaturePipeline. More... | |
struct | OnlineFeaturePipelineConfig |
This configuration class is responsible for storing the configuration options for OnlineFeaturePipeline, but it does not set them. More... | |
class | OnlineFeaturePipeline |
OnlineFeaturePipeline is a class that's responsible for putting together the various stages of the feature-processing pipeline, in an online setting. More... | |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
This file contains a class OnlineFeaturePipeline for online feature extraction, which puts together various pieces into something that has a convenient interface.
Definition in file online-feature-pipeline.h.