#include <algorithm>
#include <cstdio>
#include <limits>
#include <sstream>
#include <vector>
#include "feat/wave-reader.h"
#include "base/kaldi-error.h"
#include "base/kaldi-utils.h"
Go to the source code of this file.
Classes | |
struct | WaveHeaderReadGofer |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Functions | |
static void | WriteUint32 (std::ostream &os, int32 i) |
static void | WriteUint16 (std::ostream &os, int16 i) |