Monday, March 3, 2014

Error while building flite : find_sts: usage: find_sts OPTIONS Find sts from lpc and waveform

$ ./bin/build_flite sts
Error:
/home/boss/tts_install/flite_odia/flite-1.5-beta/bin/find_sts: 
usage: find_sts OPTIONS
Find sts from lpc and waveform
-codec <string>    ulaw (default), g721, g721vuv, vuv
-vuv <string>      v/uv track (for some codecs)
-lpcmin <float>    minimum LPC value
-lpcrange <float>  range of LPC values
-lpc <string>      LPC track file
-wave <string>     WAVE file
-o <string>        STS output file

Solution: This error comes when we customize the the cst_tokenstream.c file (inside $FLITEDIR/src/utils directory) to suit our need. To resolve this issue put original  cst_tokenstream.c run the make command inside $FLITEDIR/src/utils  directory. GO to $FLITEDIR directory, run make command here also.  now run sts command.

After runninng idx and voxdata command, replace cst_tokenstream.c with customized one, run the make command inside directory. GO to $FLITEDIR directory, run make command here also.  Now, proceed further

No comments:

Post a Comment