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

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


Hi,

 I am getting the same error for some wave files while synthesis. But, I have all the options set correctly. I have done training for my own data by using the demos available.  The synthesized wave files are bad.

The following is the error:

 Processing directory /home/ ........ /HTS-demo_CMU-ARCTIC-SLT/gen/qst001/ver1/stc/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'!
done
Synthesizing a speech waveform from alice07.mgc and alice07.lf0...done
Synthesizing a speech waveform from alice08.mgc and alice08.lf0...x2x : error: input data is over the range of type 'short'!
done
Synthesizing a speech waveform from alice09.mgc and alice09.lf0...done
Synthesizing a speech waveform from alice10.mgc and alice10.lf0...done
Synthesizing a speech waveform from alice11.mgc and alice11.lf0...done

Could you please let me know what might be the problem ?

On Fri, Apr 15, 2011 at 7:01 PM, Thanh-Son PHAN <sonphan.hts@xxxxxxxxx> wrote:
I changed option -w in $SOX in Training.pl:
        $line .= "$SOX -c 1 -s -2 -t raw -r $sr - -c 1 -s -2 -t wav -r $sr $gendir/$base.wav"; # Changed -w to -2
But not change in:
        $line .= "$MGLSADF -m " . ( $ordr{'mgc'} - 1 ) . " -p $fs -a $fw -c $gm $mgc | ";
 



Follow-Ups
[hts-users:03314] Re: input data is over the range of type 'short'!, Keiichiro Oura