Skip to content
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" );

Getting Started

Installation And Usage

Method And Properties

FAQ


开始

安装与用法

方法与属性

常见问题

Clone this wiki locally