Montreal-Forced-Aligner icon indicating copy to clipboard operation
Montreal-Forced-Aligner copied to clipboard

Command line utility for forced alignment using Kaldi

Results 206 Montreal-Forced-Aligner issues
Sort by recently updated
recently updated
newest added

**Debugging checklist** [ ] Have you updated to latest MFA version? yes 2.0.1 [ ] Have you tried rerunning the command with the `--clean` flag? yes **Describe the issue* Actually...

bug

Unfortantly I receive the following error, using both CMD and Colab, when I am trying to run the example from the documentation can be found here >> https://montreal-forced-aligner.readthedocs.io/en/latest/first_steps/example.html#alignment-example " Error...

bug

**Is your feature request related to a problem? Please describe.** Right now MFA requires different audios from different speakers have different file names. For example, this requires a corpus directory...

enhancement

Hello, I'm trying to use Align function with a pretrained model. My main objective is to get the response time. I am able to run MFA without running into any...

Excuse me. When I use MFA to align audio and phonemes,what I got was this(below), how can I get more accurate(After the decimal point to more)? such as 0.27958612055419324 intervals...

This might be a feature request, but because it was a feature in MFA 1.0 that no longer seems to be in MFA 2.0, perhaps it is a "bug". "mfa_align"...

bug

Is there direct command line to call to convert text to phonemes? i don't want the alignments to the audio, just the phonemes. The use case is after training with...

enhancement

I'm running `mfa validate` and `mfa train` on a small corpus with a dictionary file. My dictionary entries are case-sensitive, e.g., a word like _Main_ would be defined with a...

enhancement

/data2/zmy/kaldi/src/gmmbin/gmm-boost-silence --boost=1.25 1 /home/zmy/Documents/MFA/align_validate_training/monophone/1.mdl - WARNING (gmm-boost-silence[5.5.1035~2-3dd90]:main():gmm-boost-silence.cc:82) The pdfs for the silence phones may be shared by other phones (note: this probably does not matter.) LOG (gmm-boost-silence[5.5.1035~2-3dd90]:main():gmm-boost-silence.cc:93) Boosted weights for...

I follow the guide to train alignment model with the following command ` mfa train /mnt/data/tts/BBTTS/raw_data/BBTTS/ lexicon/pinyin-lexicon.txt /mnt/data/tts/BBTTS/preprocessed_data/BBTTS/ ` The training modules of [monophone training] and [triphone training] go well,...

bug