Changeset 2484
- Timestamp:
- 11/10/08 02:11:08 (2 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (2 props)
-
source/synthDrivers/sapi4.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-info
-
old new 1 timestamp: 2008-11-10 09:49:19.440000057+11001 timestamp: 2008-11-10 13:07:43.644000053 +1100 2 2 committer: Michael Curran <mick@kulgan.net> 3 3 properties:
-
- Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
-
old new 253 253 2281 jamie@jantrid.net-20081109114527-f0kqf0o8k8713bsc 254 254 2282 mick@kulgan.net-20081109224919-7rp3kij24boyy66f 255 2283 mick@kulgan.net-20081110020743-z5y2l2uchybtavtu
-
- Property bzr:revision-info
-
trunk/source/synthDrivers/sapi4.py
r2483 r2484 113 113 self._maxRate=newVal.value-1 114 114 self._ttsAttrs.SpeedSet(oldVal.value) 115 if self. maxRate<=self.minRate:115 if self._maxRate<=self._minRate: 116 116 self.hasRate=False 117 117 #Find out pitch limits … … 128 128 self._maxPitch=newVal.value 129 129 self._ttsAttrs.PitchSet(oldVal.value) 130 if self. maxPitch<=self.minPitch:130 if self._maxPitch<=self._minPitch: 131 131 self.hasPitch=False 132 132 #Find volume limits … … 143 143 self._maxVolume=newVal.value 144 144 self._ttsAttrs.VolumeSet(oldVal.value) 145 if self. maxVolume<=self.minVolume:145 if self._maxVolume<=self._minVolume: 146 146 self.hasVolume=False 147 147

NVDA is supported by