CSTR-Edinburgh / merlin

This is now the official location of the Merlin project.
http://www.cstr.ed.ac.uk/projects/merlin/
Apache License 2.0
1.31k stars 440 forks source link

wrong path in dumpfeats file #409

Closed fancyerii closed 5 years ago

fancyerii commented 6 years ago

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?

Mark-Leisten-ajalaco commented 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.