-
-
Notifications
You must be signed in to change notification settings - Fork 1
Usage
kajweb-740 edited this page Sep 9, 2020
·
1 revision
For simple use, you can directly call speak( sentence )
to convert text to speech.
from PyWinTTS import *;
pwt = pyWinTTS();
pwt.speak( "sentence" );
README - Wiki - FAQ - Issues - Sponsor/Donate