MontrealCorpusTools / Montreal-Forced-Aligner

Command line utility for forced alignment using Kaldi
https://montrealcorpustools.github.io/Montreal-Forced-Aligner/
MIT License
1.27k stars 242 forks source link

Is there a way to add prefix to the output files from the command line ? #676

Open mamadyonline opened 1 year ago

mamadyonline commented 1 year ago

Hello,

Currently, MFA writes output files based only on the input file names. For specific purpose, I need to add a prefix to the alignment output file directly. For now, I have a process where I do this afterwards. It is non optimal.

So my question is this, does this feature already exist ?

Thank you !