| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/orca/ |
Upload File : |
Ńň z#ÝJc @ sD d Z d Z d Z d Z d Z d Z d Z d e f d YZ d S( sÄ ACSS --- Aural CSS. Class ACSS defines a simple wrapper for holding ACSS voice definitions. Speech engines implement the code for converting ACSS definitions into engine-specific markup codes. s $Id$s T. V. Ramans $Revision$s $Date$s# Copyright (c) 2005-2008 Google Inc.t LGPLt ACSSc B sŹ e Z d Z d Z d Z d Z d Z d Z d Z d Z d Z h d e 6d e 6d e 6d e 6d e 6d e 6d e 6d e 6Z d d Z d Z d Z d Z d Z RS( s% Holds ACSS representation of a voice.t familyt ratet gains average-pitchs pitch-ranget stresst richnesst punctuationsi2 i i t allc C s t i | | p h } x | D]w } | t i j oa | t i j o? h | | <x@ | | i D] } | | | | | | <qb Wq | | | | <q! q! Wd S( s% Create and initialize ACSS structure.N( t dictt __init__R t settingst FAMILYt keys( t selft propst kt j( ( s- /usr/lib/python2.6/site-packages/orca/acss.pyR >