[hts-users:00559] Re: [festival-talk] Re: Re: Using HTS with festival
Hi,
Nickolay V. Shmyrev wrote:
Actually it's a bug in hts voices caused by incompatibility introduced
between 1.95 and 1.96. To fix the issue you should remove quotes around
parameters in
nitech_us_awb_arctic_hts.scm
it was somehting like
'("-a" "0.420000")
'("-r" "0.000000")
'("-fs" "1.000000")
'("-fm" "0.000000")
'("-u" "0.500000")
'("-l" "0.000000")
and should became
'("-a" 0.420000)
'("-r" 0.000000)
'("-fs" 1.000000)
'("-fm" 0.000000)
'("-u" 0.500000)
'("-l" 0.000000)
festival hts voices already have this issue fixed while nitech voice is
outdated a bit
Thank, Nickolay :-)
I fixed these files and put the new versions on the website.
# I checked it only on festival-1.95beta :-(
Now these hts voices work on both 1.95 and 1.96.
Regards,
Heiga ZEN (Byung Ha CHUN)
--
------------------------------------------------
Heiga ZEN (in Japanese pronunciation)
Byung Ha CHUN (in Korean pronunciation)
Department of Computer Science and Engineering
Nagoya Institute of Technology
Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan
http://www.sp.nitech.ac.jp/~zen
------------------------------------------------
- Follow-Ups
-
- [hts-users:00564] Re: [festival-talk] Re: Re: Using HTS with festival, Manoj Bist
- References
-
- [hts-users:00554] Using HTS with festival, Manoj Bist
- [hts-users:00555] Re: Using HTS with festival, Heiga ZEN (Byung Ha CHUN)
- [hts-users:00556] Re: Using HTS with festival, Manoj Bist
- [hts-users:00557] Re: Using HTS with festival, Nickolay V. Shmyrev