Changes

Jump to navigation Jump to search
Line 72: Line 72:  
====XML routine====
 
====XML routine====
 
There are [http://docs.python.org/library/markup.html dozens] Python classes to satisfy XML standard but if you want just save/load parameters use "Zen of XML" in Python - [http://effbot.org/zone/element.htm ElementTree] library. It's supported out of the box in Python 2.5(xml.etree.ElementTree module). In previous version you'll have to install library by yourself.
 
There are [http://docs.python.org/library/markup.html dozens] Python classes to satisfy XML standard but if you want just save/load parameters use "Zen of XML" in Python - [http://effbot.org/zone/element.htm ElementTree] library. It's supported out of the box in Python 2.5(xml.etree.ElementTree module). In previous version you'll have to install library by yourself.
 +
 +
====Speech synthesizing====
 +
If you want add to activity speech synthesizer for English and other languages, try [[DevelopmentTeam/gst-plugins-espeak|this]] plugin for gstreamer.
    
=Activity Development Resources=
 
=Activity Development Resources=

Navigation menu