摘要: async def text_audio(text, audio_name): tts = edge_tts.Communicate( text=text, voice="zh-CN-XiaoxiaoNeural") await tts.save(audio_name) audio_name = " 阅读全文
posted @ 2024-06-13 11:32 一石数字欠我15w!!! 阅读(23) 评论(0) 推荐(0) 编辑