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

[hts-users:00462] Re: [hts-wg:00223] HTS-2.0RC3


Hi all,

Heiga ZEN (Byung Ha CHUN) wrote:

    Patch code:
http://kt-lab.ics.nitech.ac.jp/~zen/HTS-2.0RC3_for_HTK-3.4-alpha.patch.bz2 (190670 bytes, MD5 checksum: aa7b6f56fc1dc0f51bfaf46dca9934d7)

Alexis Monet kindly reported a bug in hts_engine/hts_engine.cc:

hts_engine.cc (line 470) : if (gp->LENGTH>0.0 && gp->LENGTH*gp->LENGTH/gp->FPERIOD<um.nState)

should be changed into

if (gp->LENGTH>0.0 && gp->LENGTH*gp->RATE/gp->FPERIOD<um.nState)

# Thank you so much, Alexis :-)

I put the fixed version as HTS-2.0RC3.
File size and checksum of the fixed version are as follows:

http://kt-lab.ics.nitech.ac.jp/~zen/HTS-2.0RC3_for_HTK-3.4-alpha.patch.bz2 (190651bytes MD5 checksum: 898c216a12d44b356570cdad129ed450)

Best 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://kt-lab.ics.nitech.ac.jp/~zen
------------------------------------------------


References
[hts-users:00461] HTS-2.0RC3, Heiga ZEN (Byung Ha CHUN)