Open eeishaan opened 2 years ago
@mmcauliffe I have observed the same issue. Any updates on this BUG
You can try upping the beam: https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/configuration/global.html#global-options to something like 100 and that should help it output something at least.
Alignment isn't well defined for something like 23 minutes (there's just a lot of potential paths through the alignment lattice for something that long, so it's easy to lose the best path with smaller beams), so if you have the ability to split it into smaller chunks, that would be ideal. I'll think about other functionality that would enable breaking up and aligning longer utterances.
@mmcauliffe Can you please define the length of smaller chunks? Ideally, at most how long should an audio be?
Can anyone help us on this issue? What would be the max length of the audio?
Debugging checklist
[x] Have you updated to latest MFA version? [x] Have you tried rerunning the command with the
--clean
flag?Describe the issue The aligner is not able to process a 23 minute file. The outcome is the same with both
mfa validate
andmfa align
. I suspect that it has to do with the length of the file because I am able to align the LibriSpeech dataset, whose files are quite short.What's the maximum file length that MFA is able to process?
For Reproducing your issue Please fill out the following:
Log file
Desktop (please complete the following information):
Additional context Add any other context about the problem here.