We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df40c9f commit 1e77d36Copy full SHA for 1e77d36
Text to Audio.py
@@ -0,0 +1,4 @@
1
+import pyttsx3
2
+engine = pyttsx3.init()
3
+engine.say('This is a python example in MEDIUM')
4
+engine.runAndWait()
0 commit comments