问题标签 [pyttsx]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
367 浏览

python - 用于 TTS 的 Pyttsx 的替代品?

我过去曾尝试将 Pyttsx 用于 Python 3 的 Text-To-Speech。然而,声音听起来很粗糙,不像谷歌助手等其他文本转语音服务那样逼真。是否还有其他现成的 Python 3 文本转语音模块?

0 投票
4 回答
2578 浏览

python-3.x - Pyttsx3 不适用于 PyInstaller

使用 Pyttsx3 时,我从 PyInstaller 生成的 exe 中收到此错误。该代码在python中运行良好。我尝试过使用其他版本的 PyInstaller 和 Pyttsx,但这并没有什么不同。我也试过 Py2exe,它也不能与 Pyttsx3 一起工作,有人知道是什么原因造成的吗?

编码

运行exe后产生的错误

0 投票
1 回答
1444 浏览

python - 如何使用 pygame 和 pyttsx 让动画人脸说话

我想使用 pygame 和 python 文本到语音 pyttsx 模块制作动画说话角色。下面是我的代码,我正在弄清楚如何实现这一点。

0 投票
1 回答
1185 浏览

python - pyttsx 错误:没有名为“引擎”的模块

当我写这段代码时:

我得到了这个问题

请问我该如何解决

0 投票
2 回答
3164 浏览

python - pyttsx3 无法在新安装的 Windows 10 上运行

我刚刚安装了 Windows 10,我正在尝试运行以下代码。

这用于我以前的 Windows 10 安装,但现在它给了我以下错误

我在 Windows 10 上使用 python 3.6.6 64 位。

我花了很多时间尝试不同的解决方案,例如重新安装 python,尝试了 python 版本 3.5 和 3.7,重新安装 pyttsx3,还尝试了一些相关问题中给出的解决方案,但没有任何效果。

提前致谢

0 投票
1 回答
271 浏览

python - 试图在 aeneas python 中编辑 tts 包

我开始使用 python 的 aeneas,我在 ubuntu 机器上运行代码我想将默认 tts -espeak- 更改为另一个 tts,如 macos

但它从来没有用过,并且向我抛出一个错误,说它不受支持,而文档说阿拉伯语是由 macos 支持的,但我觉得添加 tts namd 和路径根本没有效果

任何帮助更改使用的 tts

0 投票
5 回答
15138 浏览

python-3.x - Python 3.6 ModuleNotFoundError:没有名为“pyttsx3”的模块

我完全不知道可能是什么问题。我做了 pip 安装程序 (pip install pyttsx3) 并重新安装了 JetBrains PyCharm,但它仍然无法正常工作。

0 投票
5 回答
1348 浏览

python - Python简单教程变量未定义问题

所以我在 youtube 上关注了一个简单的教程,无论我做什么,我都会遇到同样的问题。

这是我使用的代码。

我在 sublimeText3 中写这个。每次我构建这个,我都会得到同样的错误。

文件“C:\Users\This PC\Desktop\Py\introTest.py”,第 14 行,在 voices = engine.getProperty('voices') NameError: name 'engine' is not defined

不知道为什么它说“引擎”没有定义。我在try下明确定义了。任何帮助,将不胜感激。

删除 try/excepts 后,我有很多新错误。这是构建日志。

回溯(最后一次调用):文件“C:\Users\This PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pyttsx3__init__.py”,第 44 行, init eng = _activeEngines[ driverName] 文件“C:\Users\This PC\AppData\Local\Programs\Python\Python37-32\lib\weakref.py”,第 137 行,在getitem o = self.datakey KeyError : None

在处理上述异常的过程中,又出现了一个异常:

Traceback(最近一次调用最后一次):文件“C:\Users\This PC\Desktop\Py\demo.py”,第 7 行,在 engine = pyttsx3.init() 文件“C:\Users\This PC\AppData\ Local\Programs\Python\Python37-32\lib\site-packages\pyttsx3__init__.py”,第 46 行,在 init eng = Engine(driverName, debug) 文件“C:\Users\This PC\AppData\Local\Programs\ Python\Python37-32\lib\site-packages\pyttsx3\engine.py”,第 52 行,在init self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug) 文件“C:\Users\此 PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pyttsx3\driver.py",第 75 行,在init self._module = importlib.import_module(name) File "C:\Users\This PC\AppData\Local\Programs\Python\Python37-32\lib\importlib__init__.py",第 127 行,在 import_module return _bootstrap._gcd_import(name [level:], package, level) File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked
File "", line 728,在 exec_module 文件“”中,第 219 行,在 _call_with_frames_removed 文件中“C:\Users\This PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pyttsx3\drivers\sapi5.py”,第 3 行,在 import win32com.client ModuleNotFoundError: No module named 'win32com' [Finished in 0.1s]

0 投票
1 回答
1094 浏览

python - Pyttsx 文本到语音 - ModuleNotFoundError:没有名为“引擎”的模块

我在 Win10 上使用 Python3.7。我想使用 Pyttsx 但它显示错误。你知道如何解决这个问题吗?

错误:

回溯(最后一次调用):文件“C:\Python37\myTest\test.py”,第 2 行,在 import pyttsx 文件“C:\Python37\lib\site-packages\pyttsx__init__.py”,第 18 行,在从引擎导入引擎 ModuleNotFoundError:没有名为“引擎”的模块

测试.py:

初始化.py:

引擎.py:

0 投票
1 回答
453 浏览

python-3.x - gTTS /python/ - 你可以在你的脚本中给 .mp3 文件发送短信吗?

twilio api 说它只处理音频的 mp4。任何人都有一个解决方案,可以将 python 文本保存为 .mp3 或 .mp4 并以文本形式表示音频文件或通话,然后播放 mp3 音频。