Re: [tuxdroid-user] [tuxdroid-svn] r461 - api/python/trunk
Status: Beta
Brought to you by:
ks156
From: Georges D. <geo...@la...> - 2007-08-08 09:34:48
|
On Wednesday 08 August 2007 07:51:45 Mark Atwood wrote: > madjar <c2m...@c2...> writes: > > """ > > + if speaker not in (SPK_FR_MALE, SPK_FR_FEMALE, SPK_US_MALE, > > SPK_US_FEMALE): + if self.parent.print_warnings: > > + print " Invalid speaker" > > + return > > if (pitch<100) or (pitch>330): > > I have the UK voice sets loaded. > > Is this going to cause that to stop working? I'm sorry, I didn't know they added languages ... I'm correcting that immediatly. Thank you for noticing it. PS : patch is ready, but I need to test it a little more. I'll merge it during the afternoon. |