Le samedi 22 janvier 2011 10:16:52, Peter Retep a écrit :
> Hi,

        Hi !

> we are setting up another production server today with Ubuntu 10.04 LTS and
> liquidsoap 1.0.0-beta1 liquidsoap runs, but I dont get the protocol "say:"
> running:
> 
>   liquidsoap -v --debug 'out(single("say:hallo"))'
> Invalid value at line 1, char 9-19: Could not get a valid media file of
> kind {audio=2;video=0;midi=0} from "say:hallo".
> 
> /usr/local/lib/liquidsoap/1.0.0-beta1/liquidtts "hello" test.out
> generates a valid RIFF file.
> 
> festival is installed, and plugins should be there, too
> iquidsoap --list-plugins | grep -i say
>   + SAY
>    Speech synthesis, with optional voice choice using say:voice/blah.
>   + say_metadata
>      "say:$(if $(artist),\"It was $(artist)$(if $(title),\\\",
> $(title)\\\").\")" Loop on a request. It never fails if the request is
> static, meaning that it can be fetched once. Typically, http, ftp, say
> requests are static, and time is not.
> 
> I assumem its about any temporary directory that I do not know.
> Do you have any ideas?

Hmmm..
What you could do is to directly try the generated file with liquidsoap, in 
particular:
  liquidsoap -r generated_file.wav

I suspect an issue like the file being mono wav and liquidsoap refusing it..

I have tried it on SVN and it works..

One way to get a useful backtrace of the issue is the following:
start this script:
  liquidsoap -t 'out(request.queue(id="b"))'
connect to telnet:
  telnet localhost 1234
push a say request:
  b.push say:foo
Check the trace of the request:
  request.trace <ID>
(ID should be printed out when pushing the request)
and also check the logs from the running liquidsoap..

Finally one possible issue could be that you are running a different version of 
liquidsoap without realizing it. Liquidtts' location is versioned and in this 
case it could be that the corresponding liquidtts is not installed.


Romain


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to