Advertisement
quattrinili

espeak.diff

Jul 21st, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.71 KB | None | 0 0
  1. --- espeak.py   2013-05-29 04:07:35.000000000 +0200
  2. +++ espeak_mod.py       2013-07-21 16:21:56.000000000 +0200
  3. @@ -106,7 +106,7 @@
  4.          while self._looping:
  5.              if first:
  6.                  # kick the queue
  7. -                self._proxy.setBusy(False)
  8. +                self._proxy._pump()
  9.                  first = False
  10.              if self._stopping:
  11.                  # have to do the cancel on the main thread, not inside the
  12. @@ -145,5 +145,6 @@
  13.              elif event.type == _espeak.EVENT_MSG_TERMINATED:
  14.                  self._proxy.notify('finished-utterance', completed=True)
  15.                  self._proxy.setBusy(False)
  16. +                self._proxy._pump()
  17.              i += 1
  18.          return 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement