Skip to content

yumoqing/baidu_d_tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

baidu_d_tts

a tts driver used by unitts

Dependent

pip install requests

installation

pip install baidu_d_tts

Usage

from baidu_d_tts.baidu_ai_api import set_app_info
import unitts

set_app_info(appid, appkey, secret_key)
tts = unitts.init('baidu_d_tts')
tts.startLoop()
while True:
	x = input()
	tts.say('This is a test')
tts.endLoop()

About

a tts driver extend for pyttsx3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages