Package synthDrivers :: Module mssp
[hide private]
[frames] | no frames]

Source Code for Module synthDrivers.mssp

 1  #synthDrivers/mssp.py 
 2  #A part of NonVisual Desktop Access (NVDA) 
 3  #Copyright (C) 2011 NV Access Inc 
 4  #This file is covered by the GNU General Public License. 
 5  #See the file COPYING for more details. 
 6   
 7  from sapi5 import SynthDriver 
 8   
9 -class SynthDriver(SynthDriver):
10 COM_CLASS = "speech.SPVoice" 11 12 name="mssp" 13 description="Microsoft Speech Platform"
14