ThirdpartyError#

exception montreal_forced_aligner.exceptions.ThirdpartyError(binary_name, open_fst=False, open_blas=False, libc=False, sox=False, error_text=None)[source]#

Exception class for errors in third party binary (usually Kaldi or OpenFst)

Parameters:
  • binary_name (str) – Name of third party binary

  • open_fst (bool, optional) – Flag for the error having to do with OpenFst

  • open_blas (bool, optional) – Flag for the error having to do with the BLAS library

  • libc (bool, optional) – Flag for the error having to do with the system libraries

  • sox (bool, optional) – Flag for the error having to do with SoX