#include <cstring>
#include "base/kaldi-types.h"
#include "matrix/kaldi-vector.h"
#include "matrix/kaldi-matrix.h"
Go to the source code of this file.
Classes | |
class | WaveInfo |
This class reads and hold wave file header information. More... | |
class | WaveData |
This class's purpose is to read in Wave files. More... | |
class | WaveHolder |
class | WaveInfoHolder |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Variables | |
const BaseFloat | kWaveSampleMax = 32768.0 |
For historical reasons, we scale waveforms to the range (2^15-1)*[-1, 1], not the usual default DSP range [-1, 1]. More... | |