Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

pyttsx3 Using an external event loop¶

engine = pyttsx3.init()
engine.say('The quick brown fox jumped over the lazy dog.', 'fox')
engine.startLoop(False)
# engine.iterate() must be called inside externalLoop()
externalLoop()
engine.endLoop()
Comment

PREVIOUS NEXT
Code Example
::  
::  
::  
Python ::  
::  
::  
::  
::  
::  
Python ::  
::  
::  
::  
::  
::  
::  
::  
Python ::  
::  
::  
::  
::  
::  
::  
::  
::  
::  
::  
::  
::  
ADD CONTENT
Topic
Content
Source link
Name
2+8 =