Closed fancyerii closed 5 years ago
The strange path pertains to a hardcoded filepath to the festival executable on the local system of that particular user. The path you changed it t should work so long as your festival installation is working properly.
when I run merlin_synthesis.sh. I got error message like "/afs/inf.ed.ac.uk/group/cstr/projects/phd/s1432486/work/Festival_Tom/festival/bin/festival not found".
I checked /bigdata/lili/merlin/tools/festival/examples/dumpfeats and find line2 is: "true" ; exec /afs/inf.ed.ac.uk/group/cstr/projects/phd/s1432486/work/Festival_Tom/festival/bin/festival --script $0 $*
I changed it to "true" ; exec /bigdata/lili/merlin/tools/festival/bin/festival --script $0 $*
it seems to work. But the generated wav file contains nothing but noise. Does this related to wrong festival installation? Where the strange path /asf/inf.ed.ac.uk come from?