[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:02553] synthesisng new sentences


Hi,
I want to synthesize English sentences other than alice using HTS-demo 2.0.1.
what I do is I run Festival> (set! utt1 (Utterance Text "Hello world")).
then Festival> (utt.synth utt1)
then Festival> (utt.save utt1 ""/home/samir/hts2/HTS2.0.1/HTS-demo_CMU-ARCTIC-SLT/data/utts/TEST.utt")

I changed the default voice of festival in siteinit.scm to be 'voice_cmu_us_slt_arctic_hts and festlex_CMU is extracted in the dict directory.

However, when I try to "make voice" in the hts-demo directory to synthesize this utterance ( after generating and modifying .lab and .scp files) the log file always give me this error:

Pruning-On[1000.0 100.0 5000.0]
 Generating Label TEST.lab
  ERROR [+9935]  Generator: Cannot find duration model x^x-pau+hh=ax@x_x/A:0_0_0/B:x-x-x@x-x&x-x#x-x$x-x!x-x;x-x|x/C:0+0+2/D:0_0/E:x+x@x+x&x+x#x+x/F:content_2/G:0_0/H:x=x@1=1|0/I:3=2/J:3+2-1 in current list
 FATAL ERROR - Terminating program /home/samir/hts2/HTS2.0.1/htk/bin/HMGenS
Error in /home/samir/hts2/HTS2.0.1/htk/bin/HMGenS -A -B -C /home/samir/hts2/HTS2.0.1/HTS-demo_CMU-ARCTIC-SLT/configs/syn.cnf -D -T 1 -S /home/samir/hts2/HTS2.0.1/HTS-demo_CMU-ARCTIC-SLT/data/scp/gen.scp -t 1000 100 5000  -c 0 -H /home/samir/hts2/HTS2.0.1/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/cmp/re_clustered_all.mmf.1mix -N /home/samir/hts2/HTS2.0.1/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/dur/re_clustered_all.mmf.1mix -M /home/samir/hts2/HTS2.0.1/HTS-demo_CMU-ARCTIC-SLT/gen/qst001/ver1/1mix/0 /home/samir/hts2/HTS2.0.1/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/cmp/tiedlist /home/samir/hts2/HTS2.0.1/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/dur/tiedlist

*******************************************************************

Can anybody help me with this error please? I tried to use other voices and alot of things but I always get this error.

Sorry for the long mail.
Thanks.