View Single Post
Old 10-24-2020, 08:53 AM   #56
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,212
Karma: 16534894
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
Quote:
Originally Posted by kovidgoyal View Post
https://docs.microsoft.com/en-us/pre...384(v=msdn.10) is a working link, I hope.

Here you go

Code:
def check_speaking_done(self):
   if self.sapi.wait_until_done(10):
        # speaking is done
   else:
        QTimer.singleShot(10, self.check_speaking_done)
and the 32bit beta is uploaded.
Thanks for both of these.
jackie_w is offline   Reply With Quote