speechbrain.integrations

Package for code with additional dependencies.

Any code with dependencies beyond those explicitly listed in the pyproject.toml or requirements.txt file is typically added in a sub-module within this integrations module with a README.md explaining the dependency.

speechbrain.integrations.alignment

Package for speech alignment using the CTC Segmentation library.

speechbrain.integrations.audio_tokenizers

Package for creating and using discrete audio tokens.

speechbrain.integrations.decoders

Package for fast n-gram decoding with KenLM.

speechbrain.integrations.hdf5

Package providing hdf5-based feature caching.

speechbrain.integrations.huggingface

Package with interfaces to HuggingFace Transformer models.

speechbrain.integrations.k2_fsa

Package providing k2-fsa integration.

speechbrain.integrations.models

Package with models from stand-alone repos (i.e. not SpeechBrain or Huggingface).

speechbrain.integrations.nlp

Package providing simple wrappers for NLP models.

speechbrain.integrations.numba

Package providing Numba integration.