voice-activity-detection.cc File Reference
Include dependency graph for voice-activity-detection.cc:

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 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...