[hts-users:03314] Re: input data is over the range of type 'short'!
- Subject: [hts-users:03314] Re: input data is over the range of type 'short'!
- From: Keiichiro Oura <uratec@xxxxxxxxxxxxxxx>
- Date: Fri, 25 May 2012 17:42:18 +0900
- Cc: uratec <uratec@xxxxxxxxxxxx>
- Delivered-to: hts-users@xxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=20oFKOZ/jRkqNBipMIg49mPE5FBRs/YZ/ptERw+8Cww=; b=OcCh1rDtnzXvST1FJAvHHuWu3H+zUFyKU4rZAMiFOLA3oDcbIh8UrrXs4DghfFuQzO 5ee6M2+WrqcK03DyoycGefLEHO9/CS4e1lTqqM5l/R8q2kQcVldpwuCRL64roFyGQxPe bGjKjwFmGXGDXoB6+qwFYi4KO2f24RS0cS8jTh9Nx0DWqTmucXv1dGnfsNtO3uNcg/pK KB6h65hFG+E3jR72LKjDA/hJh9qHpx2gOX0HBesrp9R3eP4BLtwSaepkoxybG+ABdG+r phhLbamRmEFpLFiSVKZchP2xzXAO9pd1tlrsfyC38C+2L/bz+DpmUJS4V67AX8wU1l7B sYKg==
Hi,
It seems that synthesized speech (16bit) was over-flowed.
Could you turn down the volume of training data?
Regards,
Keiichiro Oura
2012/5/25 Sathya Adithya Thati <sathya.adithya@xxxxxxxxx>:
> 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 | ";
>>
>>
>
- References
-
- [hts-users:03313] Re: input data is over the range of type 'short'!, Sathya Adithya Thati