Author: remi
Date: 2009-04-18 01:11:07 +0200 (Sat, 18 Apr 2009)
New Revision: 4553
Modified:
softwares_suite_v3/kysoh/tuxware/api/python/trunk/tuxisalive/api/tuxdroid/TTS.py
Log:
* fixed a bug with tts pitch assignation
Modified:
softwares_suite_v3/kysoh/tuxware/api/python/trunk/tuxisalive/api/tuxdroid/TTS.py
===================================================================
---
softwares_suite_v3/kysoh/tuxware/api/python/trunk/tuxisalive/api/tuxdroid/TTS.py
2009-04-17 22:35:46 UTC (rev 4552)
+++
softwares_suite_v3/kysoh/tuxware/api/python/trunk/tuxisalive/api/tuxdroid/TTS.py
2009-04-17 23:11:07 UTC (rev 4553)
@@ -52,7 +52,7 @@
"""Set the pitch of the locutor.
@param pitch: (50 .. 200)
"""
- if self._checkObjectType('pitch', pitch, 'int'):
+ if not self._checkObjectType('pitch', pitch, 'int'):
return
self.__pitch = pitch
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn