On 11/30/12 04:48, lakshmi.p wrote:
the error occured while building the f0
  ./bin/do_clustergen f0

i am using festvox-2.4-current.tar.gz and os is ubuntu 10.04



./bin/make_f0_pm: 131: /home/space/rem/projects/festvox/src/general/smooth_f0:
not found
F0_PM
Cannot open file wav/.wav as tokenstream
Wave load: can't open file "wav/.wav"
Cannot recognize file format or cannot access file: "wav/.wav"
Cannot recognize file format or cannot access file: "-"
./bin/make_f0_pm: 131: /home/space/rem/projects/festvox/src/general/smooth_f0:
not found

Firs you need to compile the festvox tools themselves, ensure

export ESTDIR=/home/space/rem/projects/speech_tools

(assuming that's where your compiled speech tools is)

cd /home/space/rem/projects/festvox/
./configure
make

This should compile a binary festvox/src/general/smooth_f0

Also there may also be an error in your etc/txt.done.data file The wav/.wav error sort of implies you don't have the right format for the file (or maybe have a blank line?) The format should be like

( file0001 "text text text" )
( file0002 "text text text" )

Note there must be at least one space before an after the fileid (its taken as $2 in perl/awk.

Alan



how to solve the error


_______________________________________________
Festlang-talk mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/festlang-talk

Reply via email to