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

[hts-users:02771] Re: input data is over the range of type 'short'!


Maybe this error is caused by a wrong option of sox.
Check sub function 'gen_wave' in Training.pl to see if there are two '-w' options in $SOX cmd. If so, change both to '-2'.
If not, maybe it is caused by  a wrong option of mglsadf.
Also Check sub function 'gen_wave' in Training.pl to see if there is a '-g' option in $MGLSADF cmd. If so, change it to '-c'. If you set gamma to 0, it should be OK. But if you use LSP, the $gm following '-c' should be set to 1.

At 2011-04-15 09:57:18,"Thanh-Son PHAN" <sonphan.hts@xxxxxxxxx> wrote:
Thank Sébastien,
When I run HTS-demo_CMU-ARCTIC-ADAPT, then not happen error "Unable open mixer /dev/mixer"
And I have chosen 20 utts from HTS-demo_CMU-ARCTIC-ADAPT to run on HTS-demo_NIT-ATR503-M001, beside error "Unable open mixer /dev/mixer" I have met below error:
=====================================================================
Start synthesizing waveforms (1mix) at Thu Apr 14 16:06:34 ICT 2011
=====================================================================

Processing directory /home/stephan/HTS/HTS-demo_NIT/gen/qst001/ver1/1mix/0:
 Synthesizing a speech waveform from alice01.mgc and alice01.lf0...x2x : error: input data is over the range of type 'short'!
done
 Synthesizing a speech waveform from alice02.mgc and alice02.lf0...x2x : error: input data is over the range of type 'short'!
done
 Synthesizing a speech waveform from alice03.mgc and alice03.lf0...x2x : error: input data is over the range of type 'short'!
done
 Synthesizing a speech waveform from alice04.mgc and alice04.lf0...x2x : error: input data is over the range of type 'short'!
done
 Synthesizing a speech waveform from alice05.mgc and alice05.lf0...x2x : error: input data is over the range of type 'short'!
done
 Synthesizing a speech waveform from alice06.mgc and alice06.lf0...x2x : error: input data is over the range of type 'short'!
......
And so on until 2mix
But using hts_engine is OK
===============================================================================
Start synthesizing waveforms using hts_engine at Thu Apr 14 16:06:44 ICT 2011
===============================================================================

Synthesizing a speech waveform from /home/stephan/HTS/HTS-demo_NIT/data/labels/gen/alice01.lab using hts_engine...done.
Synthesizing a speech waveform from /home/stephan/HTS/HTS-demo_NIT/data/labels/gen/alice02.lab using hts_engine...done.
Synthesizing a speech waveform from /home/stephan/HTS/HTS-demo_NIT/data/labels/gen/alice03.lab using hts_engine...done.
Synthesizing a speech waveform from /home/stephan/HTS/HTS-demo_NIT/data/labels/gen/alice04.lab using hts_engine...done.
Synthesizing a speech waveform from /home/stephan/HTS/HTS-demo_NIT/data/labels/gen/alice05.lab using hts_engine...done.
Synthesizing a speech waveform from /home/stephan/HTS/HTS-demo_NIT/data/labels/gen/alice06.lab using hts_engine...done.
Synthesizing a speech waveform from /home/stephan/HTS/HTS-demo_NIT/data/labels/gen/alice07.lab using hts_engine...done.

Any idea to help me



Follow-Ups
[hts-users:02772] Re: input data is over the range of type 'short'!, Thanh-Son PHAN
References
[hts-users:02769] Re: input data is over the range of type 'short'!, Thanh-Son PHAN
[hts-users:02767] input data is over the range of type 'short'!, Thanh-Son Phan
[hts-users:02768] Re: input data is over the range of type 'short'!, Sébastien Le Maguer