feature-functions-test.cc File Reference
#include <iostream>
#include "feat/feature-mfcc.h"
#include "base/kaldi-math.h"
#include "matrix/kaldi-matrix-inl.h"
#include "feat/wave-reader.h"
Include dependency graph for feature-functions-test.cc:

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 UnitTestOnlineCmvn ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 100 of file feature-functions-test.cc.

References kaldi::UnitTestOnlineCmvn().

100  {
101  using namespace kaldi;
102  try {
104  std::cout << "Tests succeeded.\n";
105  return 0;
106  } catch (const std::exception &e) {
107  std::cerr << e.what();
108  return 1;
109  }
110 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestOnlineCmvn()