python 文字转语音

Posted gisoracle

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 文字转语音相关的知识,希望对你有一定的参考价值。

# coding=utf-8

import pyttsx3

text=I love you 韩长菊
voice=pyttsx3.init()
voice.say(text)
voice.runAndWait()

 

以上是关于python 文字转语音的主要内容,如果未能解决你的问题,请参考以下文章

Python使用websocket调用语音识别,语音转文字

离线文字转语音(人生苦短,我用Python)

python 文字转语音

python文字转语音

python 文字转语音包pyttsx安装出错解决方法

python 利用pyttsx3文字转语音