View Single Post
Old 10-24-2020, 12:06 AM   #55
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,442
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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.
kovidgoyal is online now   Reply With Quote