wave-reader.cc File Reference
#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"
Include dependency graph for wave-reader.cc:

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)