You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I hope this project is still being maintained, as I'm currently having an issue with the forced alignment in python. I am running this code to try to perform forced alignment on the data file based on the tutorial in the readme: phoneme_alignments, word_alignments = align.align('filepath/pn_pra_OL7_au.wav', 'test.txt')
However, when I try to run it, I get this error message:
This errors out because it cant find the file "aligned.mlf" in the temp folder. I can't create this file myself, since the program clears this folder upon each run. Hopefully, I've done something simple wrong and you can let me know! Thanks!
The text was updated successfully, but these errors were encountered:
Hello! I hope this project is still being maintained, as I'm currently having an issue with the forced alignment in python. I am running this code to try to perform forced alignment on the data file based on the tutorial in the readme:
phoneme_alignments, word_alignments = align.align('filepath/pn_pra_OL7_au.wav', 'test.txt')
However, when I try to run it, I get this error message:
This errors out because it cant find the file "aligned.mlf" in the temp folder. I can't create this file myself, since the program clears this folder upon each run. Hopefully, I've done something simple wrong and you can let me know! Thanks!
The text was updated successfully, but these errors were encountered: