美丽心灵公益论坛's Archiver
论坛
›
电脑技术
› Python SAPI文字转语音
willsonlincake
发表于 2022-4-5 13:18:03
Python SAPI文字转语音
还有些问题有待测试
import tts.sapi
voice = tts.sapi.Sapi()
voice.set_voice("Joey")
voice.create_recording('hello.wav', "Hello")
页:
[1]
查看完整版本:
Python SAPI文字转语音