#include <voice-activity-detection.h>
Public Member Functions | |
VadEnergyOptions () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
BaseFloat | vad_energy_threshold |
BaseFloat | vad_energy_mean_scale |
int32 | vad_frames_context |
BaseFloat | vad_proportion_threshold |
Definition at line 42 of file voice-activity-detection.h.
|
inline |
Definition at line 48 of file voice-activity-detection.h.
|
inline |
Definition at line 52 of file voice-activity-detection.h.
References kaldi::ComputeVadEnergy(), and OptionsItf::Register().
Referenced by main().
BaseFloat vad_energy_mean_scale |
Definition at line 44 of file voice-activity-detection.h.
Referenced by kaldi::ComputeVadEnergy().
BaseFloat vad_energy_threshold |
Definition at line 43 of file voice-activity-detection.h.
Referenced by kaldi::ComputeVadEnergy().
int32 vad_frames_context |
Definition at line 45 of file voice-activity-detection.h.
Referenced by kaldi::ComputeVadEnergy().
BaseFloat vad_proportion_threshold |
Definition at line 46 of file voice-activity-detection.h.
Referenced by kaldi::ComputeVadEnergy().