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

[hts-users:04454] Re: Running HTS Demo for English


I downloaded the "HTS-demo_CMU-ARCTIC-SLT" file from your website. I should install this file? which part is for putting my voices?

Bests,

On Wed, Jan 18, 2017 at 3:00 PM, Rasmus Dall <R.Dall@xxxxxxxxxxxx> wrote:
Hi,

Samples should already have ben generated under the "gen" folder in your hts-demo directory.

If you want to syntehsise additional samples you can use hts engine with the generated voice in the "voice" directory of hts-demo.

- Rasmus

Quoting Atlas Khan <atlaskhan90@xxxxxxxxx> on Wed, 18 Jan 2017 02:26:37 +0500:

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?




--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.





References
[hts-users:04451] Running HTS Demo for English, Atlas Khan
[hts-users:04453] Re: Running HTS Demo for English, Rasmus Dall