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

[hts-users:01568] Re: training mgc-lsp coefficients with


Hi,

Cenk Demiroglu wrote (2008/07/29 18:55):

I have two problems when training the LSP features:
1-in data/Makefile there was this line
MGCEP = /usr/local/SPTK/bin/mcep
I had to change it to
MGCEP = /usr/local/SPTK/bin/mgcep
2-During training process, the system is unable to synthesize
speech and it crashes. So I had to comment this part
# synthesize waveform
#$line = "$EXCITE -p $fs $gendir/$base.pit | "
# . "$MGLSADF -m ".($ordr{'mgc'}-1)." -p $fs -a $fw -g $gm $mgc | "
# . "$X2X +fs | "
# . "$SOX -c 1 -s -w -t raw -r $sr - -c 1 -s -w -t wav -r $sr $gendir/$base.wav"; in gen_wave function in training.pl script.

Only after those two changes I could train the lsp features successfully.

Did you run ./configure of HTS-demo with appropriate configuration variables for LSP analysis?

If you run the configure script as

% ./configure MGCORDER=24 MGCLSP=1 GAMMA=1 FREQWARP=0.0

the configure automatically generates data/Makefile and scritps/Config.pm for this setting.

Best regards,

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
 Heiga ZEN     (in Japanese pronunciation)
 Byung Ha CHUN (in Korean pronunciation)
------------------------------------------------

References
[hts-users:01534] training mgc-lsp coefficients with, Cenk Demiroglu
[hts-users:01559] Re: training mgc-lsp coefficients with, Keiichiro Oura
[hts-users:01567] Re: training mgc-lsp coefficients with, Cenk Demiroglu