shakingWaves
shakingWaves
@jurcicek ,I have built the HaCL.fst. But ,the command "fstdeterminize --use-log=true HaCL.fst det.HaCL.fst" will be fail, because of the existence of loop, such as "self-loop". How can I solve it?
@daanzu @jpuigcerver Unlike NFAs, which can always be determinized, not all WFST have an equivalent deterministic WFST. Because, it does not meet the twins property of determinization. you all could...
when I run the command "fstconvert --fst_type=olabel_lookahead --save_relabel_opairs=${dir}/g.irelabel ${dir}/HCL.fst > ${dir}/HCLr.fst", error "FATAL: IntervalReachVisitor: cyclic input" occurs. How can I solve it ?
@jmvalin @alebzk I do not understand the pitch estimation method,especially, the "pitch_search" function in pitch.c. can you share me some details?
再利用Vocoder:音频特征生成wav,python ~/merlin/src/gen_test.py test_synth.conf 你好, gen_test.py 这个脚本找不到。这是你自己写的吗? @crystal0913