ldc_bpcsad.htk.hvite

ldc_bpcsad.htk.hvite(wav_path, config, working_dir)[source]

Perform Viterbi decoding for WAV file.

Parameters:
  • wav_path (pathlib.Path) – Path to WAV file to be decoded.

  • config (HViteConfig) – Config file defining paths to files defining network.

  • working_dir (pathlib.Path) – Path to working directory for intermediate and output files.

Returns:

lab_path – Path to output label file.

Return type:

pathlib.Path