问题标签 [pyttsx3]
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.
python - Microphone driver in VM Ubuntu
I have installed pyttsx3 for my speech recognition project and even after successfully recording my audio terminal sends back a exception calling init.py. With the help of SpeechRecognition I tried to build this program and it gives some error.
This is the error but before that my program had executed fine.
python - Import Error and Syntax Error when importing pyttsx3
I am an absolute beginner in python. I was trying to make jarvis from youtube videos. But they told to install pyttsx3 through pip and I also installed it but it is not working on visual studio code it is showing import error and syntax error. Can you guys help me out from this.
object-detection - 在对象检测中使用 pyttsx3 进行音频输出时帧速率降低
我正在使用 SSD 移动网络进行对象检测。但是,当我使用 pyttsx3 库进行语音输出时,帧速率会急剧下降。请向我建议一些改进方法。
python - 如何在使用 pyttsx3 时播放 gif
我有一个应用程序询问用户应该回答的问题。该应用程序使用 pyttsx3(2.9 版)来生成语音,我希望它在说话的同时,只有这样,只要它说话,一个 gif 动画就会播放。如何实现?例如:
我希望 gif 动画在 runAndWait 运行时开始运行并在它停止时停止
python - 为什么我在 Python 中的 ttsx3 没有播放任何音频
我正在使用 pycharm 并安装了 pyaudio 和 pyttsx3。我的问题是我的文本到语音的音频没有播放。我可以看到文本被放在控制台中,所以我知道其他一切都有效。这是与 tts 相关的代码。
python - pyttsx3、opencv 等 Python 模块在 Windows 11 中是否存在冲突?
我的代码:
在运行代码而不是打印该语音 ID 时,我收到此错误:
另一方面,我有一个基于 cv2 的项目,该项目之前运行良好,但现在也停止了工作。最近发生的唯一变化是我昨天升级到了windows11。那是问题吗?如何解决?
python - 使用 pyttsx3 的 DialoGPT 输出?
我想使用 DialoGPT 使用麦克风和扬声器与我交谈。
但是,在我到达那里之前,我想首先使用 pyttsx3 以某种方式将此聊天机器人连接到扬声器。我能够正确使用 pyttsx3 使用预先插入的文本(即“hello world”)从我的计算机扬声器中产生声音。
我还可以使用 DialoGPT 使用终端进行对话。
这就是将两者联系起来的第一个问题。我已经粘贴了我当前的代码,想知道是否有人可以为我提供一些帮助。
python-3.x - pyttsx3 的问题:我的代码不说话
我的代码有问题。我已经在我的主课上导入了我的课(灵魂)。现在,当我尝试使用函数与 pyttsx3 交谈时,我的代码不会说话。
主要的
灵魂功能
我怎么解决这个问题??
python-3.x - 在使用 Pyttsx3 时,我收到了这个错误代码,有什么可能的修复吗?
我已经尝试再次卸载并重新安装 python 和 pyttsx3 模块,但没有成功....我正在使用 windows 10 操作系统,python 版本 3.9
#我的代码#
##我收到的错误##