摘要: # coding:utf-8 import pyttsx3 class Text2Audio: '''文字转语音''' def __init__(self): self.engine = pyttsx3.init() self.engine.setProperty('rate', 200) # 设置 阅读全文
posted @ 2022-11-16 08:29 冰底熊 阅读(223) 评论(0) 推荐(0) 编辑