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

[hts-users:04451] Running HTS Demo for English


HI,

I am running HTS demo for English provided on HTS website. I installed Festival, SPTK, hts_engline_API before running demo. I ran following commands after this.
 ./configure --with-fest-search-path=/home/mhassan/Documents/Festival/SPSYN/festival/examples --with-sptk-search-path=/home/mhassan/Documents/HTS/SPTK-3.10/bin --with-hts-search-path=/usr/local/HTS-2.3/bin/ --with-hts-engine-search-path=/home/mhassan/Documents/HTS/hts_engine_API-1.10/bin

make

The output of make ends like this 

# Generating a generation label script
rm -f scp/gen.scp
for lab in /home/mhassan/Documents/HTS/HTS-demo_CMU-ARCTIC-SLT/data/labels/gen/*.lab; do \
echo ${lab} >> scp/gen.scp; \
done
make[1]: Leaving directory '/home/mhassan/Documents/HTS/HTS-demo_CMU-ARCTIC-SLT/data'
echo "Running a training/synthesis perl script (Training.pl) in background...."
Running a training/synthesis perl script (Training.pl) in background....
/usr/bin/perl scripts/Training.pl scripts/Config.pm > log 2>&1 &


Now when training is complete, how can I test this system by generating some example sounds? 

Follow-Ups
[hts-users:04452] Re: Running HTS Demo for English, Luiz Felipe Santos Vecchietti
[hts-users:04453] Re: Running HTS Demo for English, Rasmus Dall