~stomato463/+junk/nvdajp

« back to all changes in this revision

Viewing changes to source/synthDrivers/audiologic.py

  • Committer: Masataka Shinke
  • Date: 2011-10-25 12:35:26 UTC
  • mfrom: (4185 jpmain)
  • mto: This revision was merged to the branch mainline in revision 4211.
  • Revision ID: mshinke@users.sourceforge.jp-20111025123526-ze527a2rl3z0g2ky
lp:~nishimotz/nvdajp/main : 4185 をマージ

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#A part of NonVisual Desktop Access (NVDA)
3
3
#This file is covered by the GNU General Public License.
4
4
#See the file COPYING for more details.
5
 
#Copyright (C) 2008-2010 Gianluca Casalino <gianluca.casalino@poste.it>, James Teh <jamie@jantrid.net>
 
5
#Copyright (C) 2008-2010 Gianluca Casalino <gianluca@spazioausili.net>, James Teh <jamie@jantrid.net>
6
6
 
 
7
from collections import OrderedDict
7
8
import _audiologic
8
9
from synthDriverHandler import SynthDriver
9
10
import _winreg
42
43
                _audiologic.TtsStop()
43
44
 
44
45
        def _getAvailableVoices(self):
45
 
                return [synthDriverHandler.VoiceInfo("", "Tts3")]
 
46
                return OrderedDict(("",synthDriverHandler.VoiceInfo("", "Tts3",language="it")))
46
47
 
47
48
        def _get_voice(self):
48
49
                return ""