Thanks for the hint. Indeed, when I look at the liquidtts script I see that it's not quite making much sense... among other things it looks like it's using 'false' instead of the program binaries:
echo $1 | false -f 44100 > $2.tmp.wav && /usr/bin/sox $2.tmp.wav -t wav -c 2 -r 44100 $2 2> /dev/null > /dev/null return=$? /bin/rm $2.tmp.wav false $2 2> /dev/null > /dev/null exit $return So, I guess something must have gotten screwed up during the build process (I did a build from the tarball following the instructions in the doc) despite looking fine to me. I suspect that it could be related to the fact that I installed the Festival package AFTER installing liquidsoap. However, in the doc the dependency is stated as runtime only so I assumed it should be fine.... Anyways.. what's the best way to proceed from here? Do I have to do a full rebuild? Or should I just go ahead and change the script manually (and if so, how?)? Cheers, Henry > Hi, > > You're not missing anything obvious, we'll have to figure out why the > script returns an error. The speech synthesis script is located at > $(libdir)/liquidsoap/$(libs_dir_version)/liquidtts where $(libdir) is > /usr/lib or /usr/local/lib and $(libs_dir_version) is 0.9.2 for you. > You could have a look at it and run it manually using the following > command: liquidtts 'speech synthesis works fine' /tmp/output.wav > > If you can't figure why it doesn't work feel free to post your script > and the result of running it. If the script is incorrect, you can edit > it, but we should also figure out why it came out wrong, depending on > whether you installed by hand or using the ubuntu package (is there > one for 0.9.2?). > > HTH > > David > > ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
