senselab.audio.tasks.forced_alignment

This module provides the API for forced alignment.

1"""This module provides the API for forced alignment."""
2
3from .forced_alignment import align_transcriptions  # noqa: F401