Lattice-1-Alpha is an advanced forced alignment model designed for precise word-level alignment between audio and text. This model provides state-of-the-art performance in aligning speech with its corresponding word transcription, enabling accurate time-stamping of words in spoken language.
The easiest way to use Lattice-1-Alpha is through the
Lattifai Python SDK.
1pip install install-k2
2install-k2 # Install k2 dependencies
3
4pip install lattifai
1# Align audio with subtitle
2lattifai align audio.wav subtitle.srt output.srt
For more detailed usage instructions and API documentation, please visit:
Lattifai Python SDK Documentation
1@misc{lattice1alpha,
2 title={Lattice-1-Alpha: High-Precision Word-Level Forced Alignment},
3 author={Lattifai Team},
4 year={2025},
5 publisher={Hugging Face},
6 howpublished={\url{https://huggingface.co/lattifai/Lattice-1-Alpha}}
7}
Please refer to the license file for usage terms and conditions.
This model is developed and maintained by the Lattifai team.