Getting Started =============== JSonic consists of a server implementing a REST API for synthesizing speech utterances to web accessible files and client JavaScript that caches and plays speech and sound on demand. The current version implements the server using `Tornado`_ and the client using `Dojo`_. Requirements ------------ The following lists show all of the minimum requirements for both the server and client. You do not have to download all of these up-front; the remaining sections walk you through how to . The server Python code has been tested with these minimum versions: 1. `Python`_ 2.6 2. `Tornado`_ 0.2 3. `iterpipes`_ 0.3 4. `espeak`_ 1.36.02 5. `lame`_ 3.98.2 6. `oggenc`_ 1.2.0 7. `daemon`_ 1.0 (optional) The client JS code requires: 1. `Dojo`_ 1.4.2 (from a CDN is fine) 2. A browser supporting the HTML5