voice-activity-detection.h File Reference
#include <cassert>
#include <cstdlib>
#include <string>
#include <vector>
#include "matrix/matrix-lib.h"
#include "util/common-utils.h"
#include "base/kaldi-error.h"
Include dependency graph for voice-activity-detection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  VadEnergyOptions
 

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

void ComputeVadEnergy (const VadEnergyOptions &opts, const MatrixBase< BaseFloat > &input_features, Vector< BaseFloat > *output_voiced)
 Compute voice-activity vector for a file: 1 if we judge the frame as voiced, 0 otherwise. More...