Hi Wolfgang
I've had the same issue.
I don't think agi per se is the problem but rather the way you are
calling the swift excutable.
i.e.
swift "this is a test"
gets rewritten as
swift this is a test
Hope this makes sense.
FYI, here's how I do it in fastagi/java:
--
String toSay = "some text goes here for David to say";
String[] args = {"/usr/bin/swift", "-n", "David",
toSay, "-o",
"/tmp/test.wav"};
Runtime.getRuntime().exec(args).waitFor();
--
BR,
Cristi
On 1/13/06, Wolfgang Borgon <wborgon@yahoo.com>
wrote:> I'm expirimenting with Cepstral via swift.agi. It loads w/ no
problem, but
> there is a fairly long separation between words -- almost as if it is
> processing one word at a time, rather than stringing a phrase together.
> When I run cepstral with a similar script, but not through an actual call
> from asterisk the separation between words is short and natural.
>
> I'd really appreciate any help.
> Thanks
>
>
>
> ________________________________
> Yahoo! Photos
> Got holiday prints? See all the ways to get quality prints in your hands
> ASAP.
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>