Montreal Forced Aligner is a package for aligning speech corpora.
Project description
Montreal Forced Aligner
The Montreal Forced Aligner is a command line utility for performing forced alignment of speech datasets using Kaldi (http://kaldi-asr.org/).
Please see the documentation http://montreal-forced-aligner.readthedocs.io for installation and usage.
If you run into any issues, please check the mailing list for fixes/workarounds or to post a new issue.
Citation
MFA 3.0
For citing the latest version of MFA and its pretrained models, please use:
McAuliffe, Michael, Kaylynn Gunter, Michael Wagner, and Morgan Sonderegger (2026). Montreal Forced Aligner and the state of speech-to-text alignment in 2026. In Proceedings of Interspeech 2026.
@inproceedings{mcauliffe26_interspeech,
author={McAuliffe, Michael and Gunter, Kaylynn and Wagner, Michael and Sonderegger, Morgan},
title={{Montreal Forced Aligner and the state of speech-to-text alignment in 2026}},
year=2026,
booktitle={Proc. Interspeech 2026}
}
MFA 1.0
For citing the original software and models (upgrading to the MFA 3.X is recommended!), please use:
McAuliffe, Michael, Michaela Socolof, Sarah Mihuc, Michael Wagner, and Morgan Sonderegger (2017). Montreal Forced Aligner: trainable text-speech alignment using Kaldi. In Proceedings of Interspeech 2017.
@inproceedings{mcauliffe17_interspeech,
author={McAuliffe, Michael and Socolof, Michaela and Mihuc, Sarah and Wagner, Michael and Sonderegger, Morgan},
title={{Montreal Forced Aligner: Trainable Text-Speech Alignment Using Kaldi}},
year=2017,
booktitle={Proc. Interspeech 2017},
pages={498--502},
doi={10.21437/Interspeech.2017-1386}
}
Installation
You can install MFA either entirely through conda or a mix of conda for Kaldi and Pynini dependencies and Python packaging for MFA itself
Conda installation
MFA is hosted on conda-forge and can be installed via:
conda install -c conda-forge montreal-forced-aligner
in your environment of choice.
Source installation
If you'd like to install a local version of MFA or want to use the development set up, the easiest way is first create the dev environment from the yaml in the repo root directory:
conda env create -n mfa-dev -f environment.yml
Alternatively, the dependencies can be installed via:
conda install -c conda-forge python=3.11 kaldi librosa praatio tqdm requests colorama pyyaml pynini openfst baumwelch ngram
MFA can be installed in develop mode via:
pip install -e .[dev]
You should be able to see appropriate output from mfa version
Development
The test suite is run via tox -e py38-win or tox -e py38-unix depending on the OS, and the docs are generated via tox -e docs
Quick links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file montreal_forced_aligner-3.4.0.tar.gz.
File metadata
- Download URL: montreal_forced_aligner-3.4.0.tar.gz
- Upload date:
- Size: 27.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3284d429ace291077feb22bc53df5613a1a5c1ce00b9266d2e456a60646af76d
|
|
| MD5 |
393014a6efa5e1809925fc699c84af24
|
|
| BLAKE2b-256 |
192cf9d780f2068e6b63d341d17f7028cc4c9e6c2352fa624e6e28bf733ba7a6
|
File details
Details for the file montreal_forced_aligner-3.4.0-py3-none-any.whl.
File metadata
- Download URL: montreal_forced_aligner-3.4.0-py3-none-any.whl
- Upload date:
- Size: 443.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8f529f640173406629651dbf48bd9365ed420f3f802d6320cfc543f9cc41c61
|
|
| MD5 |
802a048beb9f56e419a060e879585c83
|
|
| BLAKE2b-256 |
1b37bf82563292b7be3c17e7888349271155c3c747ef2af2c346831db7dbc7d4
|