[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] added support for get_playcmd in libao
From: |
Hynek Hanke |
Subject: |
[PATCH] added support for get_playcmd in libao |
Date: |
Mon, 06 Sep 2010 11:11:18 +0200 |
On 5.9.2010 12:09, Bohdan R. Rau wrote:
> Some weeks ago I wrote something in this topic... I don't remember on
> which list (speechd/opentts)? For me the input for generic module also
> should be configurable - the synthesizer may use pipe to read all data on
> its stdin, or may require data given as argument.
The generic module currently supports both. You can
give data as argument or you can use echo to send it
through a pipe.
> By the way - the caller
> should not simply replace pseudo-variables in GenericSynth string but use
> real environment
I'm not really sure I understand, could you please explain?
> So - may be the generic module should be totally rewritten?
>
If there is a reason to, yes :) Keep in mind however that
the generic module itself is only a workaround for missing
native modules. So work is better spend in working on improving
native modules and making it easier to develop them.
Best regards,
Hynek Hanke