#include <unistd.h>#include "base/io-funcs.h"#include "util/kaldi-io.h"#include "base/kaldi-math.h"#include "base/kaldi-utils.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 | UnitTestClassifyRxfilename () |
| void | UnitTestClassifyWxfilename () |
| void | UnitTestIoNew (bool binary) |
| void | UnitTestIoPipe (bool binary) |
| void | UnitTestIoStandard () |
| void | UnitTestNativeFilename () |
| int | main (int argc, const char **argv) |
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 351 of file kaldi-io-test.cc.
References KALDI_ASSERT, kaldi::UnitTestClassifyRxfilename(), kaldi::UnitTestClassifyWxfilename(), kaldi::UnitTestIoNew(), kaldi::UnitTestIoPipe(), kaldi::UnitTestIoStandard(), and kaldi::UnitTestNativeFilename().