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

[hts-users:02737] Re: HTS-demo_CMU-ARCTIC-SLT - SOX error



Yes, you should always use -2 instead of -w. Or you could just change the configure.ac to set the option to -2 in all occasions. This step is only used to add a waveform head to the raw sequence, so any other tools are okay.

At 2011-03-21 02:10:01,"Alasdair Campbell" <alisys@xxxxxxxxxxxxxx> wrote: >Further testing reveals reveals that the command: > >soxversion=`head -1 sox.option | awk '{printf "%d\n",$NF}' >sets soxversion to 0, causing the failure. >What is wrong with using sox --version? > >Aladair. > >On Sun, 2011-03-20 at 17:16 +0000, Alasdair wrote: >> While building HTS-demo_CMU-ARCTIC-SLT, I encountered the following >> error at $WGEN1 (generating speech parameter sequences (1mix): >>  >> /usr/bin/sox: invalid option -- w >> /usr/bin/sox FAIL sox: invalid option >>  >> ./configure causes scripts/Config.pm to be built with $SOXOPTION set to >> "w" rather than "2".  This is despite the fact that my SOX version is >> v14.3.2.  >>  >> Can someone please explain what is wrong in configure.ac at lines >> 298-307? >>  > >--  >Kind regards, > >Alasdair > >



References
[hts-users:02736] Re: HTS-demo_CMU-ARCTIC-SLT - SOX error, Alasdair Campbell
[hts-users:02735] HTS-demo_CMU-ARCTIC-SLT - SOX error, Alasdair