manuelen / gespeaker

Automatically exported from code.google.com/p/gespeaker
0 stars 0 forks source link

Ability to launch gespeaker from command-line with given input file / stdout #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice, if gespeaker can be launched from command-line with file (or 
text from stdout) that should be spoken.

Original issue reported on code.google.com by mail.dom...@gmail.com on 26 Jul 2012 at 7:47

GoogleCodeExporter commented 8 years ago
Actually, this can be achieved pretty easily, with 2 minor changes:
- pass all arguments to gespeaker.py at start, and
- in 'welcome' plugin, before setting default greeting, check for input using 
'fileinput', and set it, if present.

Original comment by mail.dom...@gmail.com on 26 Jul 2012 at 10:39