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

[hts-users:01100] Re: HTS-2.1beta


Hi all,

Please modify these two things before you compile.

HTKTools/Makefile.in

mkinstalldir:
        if [ ! -d $(bindir) ] ; then mkdir -p $(bindir) ; fi

# please add -p after mkdir


HTS-demo_CMU-ARCTIC-SLT/data/Makefile.in
         if [ $(BYTESWAP) -eq 1 ]; then ¥
                 cp gv/gv-mgc.pdf gv/gv-mgc.pdf.big; ¥
                 cp gv/gv-lf0.pdf gv/gv-lf0.pdf.big; ¥
         else ¥
                 $(SWAB) +f gv/gv-mgc.pdf > gv/gv-mgc.pdf.big; ¥
                 $(SWAB) +f gv/gv-lf0.pdf > gv/gv-lf0.pdf.big; ¥
         fi; ¥

# please replace spaces before [if/else/fi/cp/$(SWAB)] to tabs.

I guess Zen will fix these bugs soon.

Junichi

On 2008/01/15, at 11:25, Alexander Gutkin wrote:

Thanks Heiga!

On Jan 15, 2008 8:19 AM, Heiga ZEN (Byung Ha CHUN) <zen@xxxxxxxxxxxxxxx> wrote:
Hi all,

I'd like to release the beta version of HTS-2.1, hts_engine_API-0.95, and its demonstrations.
You can download them from



http://hts.sp.nitech.ac.jp/archives/2.1beta/ HTS-2.1beta_for_HTK-3.4.tar.bz2
(md5sum: 2e7e39033b5e63246b0abbfad132a612)

http://hts.sp.nitech.ac.jp/archives/2.1beta/ hts_engine_API-0.95.tar.bz2
(md5sum: 6ed8b06f0791e75a59a9644d41ff7b2f)

http://hts.sp.nitech.ac.jp/archives/2.1beta/HTS-demo_CMU-ARCTIC- SLT.tar.bz2
(md5sum: fdc0eefc6b80c7267afa449d004c1588)

http://hts.sp.nitech.ac.jp/archives/2.1beta/HTS-demo_CMU-ARCTIC- ADAPT.tar.bz2
(md5sum: 81e54dc9e2c5f5813c2774dbd15724ba)


New features are as follows:

HTS-2.1beta:
- Bug fixes.
- HSMM training, adaptation, and synthesis.
- Random generation of state transitions, state durations, and mixture components.

hts_engine_API-0.95:
- Supports GV.

For details, please refer to ChangeLog and README included in the releases.


This is the *beta* version, it may (must?) contain bugs.
Any bug reports and comments are highly welcome.

The final HTS-2.1 and hts_engine_API-1.0 releases will additionally support CSMAPLR-based adaptation and MGC-LSPs.

We are planning to release them in March 2008.


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://www.sp.nitech.ac.jp/~zen
------------------------------------------------






References
[hts-users:01097] HTS-2.1beta, Heiga ZEN (Byung Ha CHUN)
[hts-users:01099] Re: HTS-2.1beta, Alexander Gutkin