Shane Wegner wrote:
> Hi,
> 
> I am new to Python so excuse the code but this patch allows
> the user to specify a program to run with the speak plugin
> rather than using Festival.  I personally use Cepstral but
> there are other engines available as well, most which can
> be fed via the commandline.
> 
> One thing I haven't been able to figure out with this
> plugin, in the menu handler, it's picking up event
> movement, IE with up and down but when the user hits
> rightarrow to enter a menu, it doesn't read the subsequent
> selection.  The user needs to move down and back up again. 
> Not sure how to fix this.

Must plug-ins have a "def config(self)" method that allows variables to 
be set, internally in the plug-in and they can be overridden in the 
local_conf.py.

These variable are initialised after the "DaemonPlugin.__init__(self)" line.

You can raise a feature request with the patch if you like.

Duncan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to