Results 3 comments of F32

Hi, I still have a question about thread-safety: Is is safe if I create a few threads and these threads do not interact with each other (a session created in...

> @HW140701 对于这个问题,我在montreal-forced-aligner中看到过一个解决办法:逐渐调大beam的值,直至合适为止,可以得到textgrid文件 This works for me. Experiment as follows: 1. merge two sample files with ffmpeg `ffmpeg -i BAC009S0002W0122.wav -i BAC009S0002W0123.wav -filter_complex '[0:0][1:0]concat=n=2:v=0:a=1[out]' -map '[out]' merged.wav` 2. create a...

I also tested another audio file of 49 seconds. In order to finish align, the beam parameter has to be increased to 10240, and it runs much slower. I guess...