-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
kajweb-740 edited this page Sep 9, 2020
·
1 revision
English 中文文档
Speech synthesis system based on SAPI.SpVoic
Through this system, text-to-speech can be quickly realized and output to the designated playback device
- windows 7、windows 8、windows 10
- Microsoft Speech SDK 5.1 And Above
- Python3
pip install -r requirements.txt
from PyWinTTS import *;
pwt = pyWinTTS();
pwt.speak( "sentence" );
Without selecting the output device, the default audio output device is output to the system's default audio output device.
Get the current output device
Set output device
Get current announcer
Set announcer
Get current volume
Set volume
start speaking
Because Microsoft Speech SDK
can only run in windows
environment, and this project depends on Microsoft Speech SDK
, so this project only supports windows
system, other systems need to perform SAPI.SpVoic
Compatible processing.
MIT
README - Wiki - FAQ - Issues - Sponsor/Donate