pyttsx3实现文字转语音

Posted fly_bk

tags:

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

import pyttsx3

engine = pyttsx3.init()

engine.say(\'Sally sells seashells by the seashore.\')
engine.runAndWait()  # 必须使用这行代码才能发出语音
engine.say(\'语音合成开始\')
engine.say(\'1,2,3必须使用这行代码才能发出语音\')
engine.runAndWait()

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

Python 文字转语音

python 文字转语音

pyttsx3文字语音转换报错 No module named "pythoncom"

Python语言库pyttsx3

python实现给视频添加字幕,并根据字幕添加语音

介绍一个文本语音神器,几行代码就能搞定!