xfyun-tts 0.0.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

xfyuntts 0.0.3

not work yet, the audio buffer returned save to a mp3 or pcm file
and the audio player not work
xfyun_tts
this is a tts driver using xfyun for unitts
Dependent

websocket-client
apppublic

Installation
pip install xfyun_tts

Usage
in the beginning,
from xfyun_tts import set_app_info
import unitts

set_app_info(appid, apikey, apisecret)
tts = unitts.init('xfyun_tts')

tts.startLoop()
while True:
x = input()
tts.say(x)
tts.endLoop()

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.