gpt4 book ai didi

python - 从 Dragonfly 语音识别引擎获取文本

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

我想获得语音识别引擎 Dragonfly 识别的文本并使用 python 获取文本。已尝试使用 natlink 但我想制作一个基于服务器的应用程序并仅获取可识别的文本

最佳答案

您必须使用 Natlink 或 Windows 语音识别。如果没有识别引擎,任何文本都无法被识别。如果您想获得完整识别的文本,请使用“听写”元素创建一个命令,其中不包含任何其他内容。将其映射到一个函数操作,该操作可以对结果执行任何您想要的操作。就像这样:

def myfunction(mycommand):
mycommand = str(mycommand)
'''do something ... '''

class MyRule(MappingRule):
mapping = {
"<mycommand>": Function(myfunction)
}
extras = [ Dictation("mycommand") ]
defaults = {"mycommand": None}

关于python - 从 Dragonfly 语音识别引擎获取文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37120674/

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