#include <string>
#include "feat/feature-common.h"
#include "feat/feature-functions.h"
#include "feat/feature-window.h"
Go to the source code of this file.
Classes | |
struct | SpectrogramOptions |
SpectrogramOptions contains basic options for computing spectrogram features. More... | |
class | SpectrogramComputer |
Class for computing spectrogram features. 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< SpectrogramComputer > | Spectrogram |