gpt4 book ai didi

python - 无法从 python 保存到 wav,无法从 comtypes.gen 导入 SpeechLib,下一步是什么?

转载 作者:太空宇宙 更新时间:2023-11-04 03:36:23 25 4
gpt4 key购买 nike

首先是设置:Windows 8.1 64 位,Python 3.4 32 位。

我想运行代码 here .所以我安装了 comtypes

pip install comtypes

然后我尝试运行代码,我明白了

ImportError: cannot import name 'SpeechLib'

然后尝试了这段代码here尝试生成所需的 SpeechLib 模块。

但是我仍然遇到同样的错误,接下来我应该尝试什么?

最佳答案

运行这些行使其工作:

from comtypes.client import CreateObject
engine = CreateObject("SAPI.SpVoice")
stream = CreateObject("SAPI.SpFileStream")

输出是:

# Generating comtypes.gen._C866CA3A_32F7_11D2_9602_00C04F8EE628_0_5_4
# Generating comtypes.gen.SpeechLib

在这之后我没有再出现导入错误,正如预期的那样。

关于python - 无法从 python 保存到 wav,无法从 comtypes.gen 导入 SpeechLib,下一步是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28851423/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com