原生引擎初始化失败: 引擎初始化失败: Dll was not found. at VoiceSnap.Engine.AsrEngine.Initialize(String modelPath, String tokensPath, String encoderPath, String decoderPath) at VoiceSnap.MainWindow.<>c__DisplayClass26_0.b__1() [15:15:39] 未找到 Python 脚本,使用模拟模式 [15:15:40] 当前版本: 1.3.0, 远程版本: 1.3.0
从日志中可以看到错误发生在 VoiceSnap.Engine.AsrEngine.Initialize 方法中,这个方法需要四个参数: - modelPath(模型路径) - tokensPath(tokens文件路径) - encoderPath(编码器路径) - decoderPath(解码器路径)
错误信息只是泛泛地说"Dll was not found",没有具体指出是哪个DLL。但是根据 这个语音识别应用 的架构和错误发生的上下文,很可能是以下几 种情况之一: 1. ONNX Runtime DLL:因为models文件夹中 有.onnx模型文件 ,应用很可能需要ONNX Runtime来运行这 些模型 2. Sherpa-ONNX DLL:根据readme.txt提到 应用基于Sherpa-O nnx构建,可能缺少Sherpa-ONNX的原生库 3. 音频处理相关DLL:用于录音和音频处理 的库
使用window10 pro,已使用Directx4.3修补所有dll。 Windows系统是刚安装完的 没有安装其他多余的东西
原生引擎初始化失败: 引擎初始化失败: Dll was not found. at VoiceSnap.Engine.AsrEngine.Initialize(String modelPath, String tokensPath, String encoderPath, String decoderPath) at VoiceSnap.MainWindow.<>c__DisplayClass26_0.b__1() [15:15:39] 未找到 Python 脚本,使用模拟模式 [15:15:40] 当前版本: 1.3.0, 远程版本: 1.3.0
从日志中可以看到错误发生在 VoiceSnap.Engine.AsrEngine.Initialize 方法中,这个方法需要四个参数: - modelPath(模型路径) - tokensPath(tokens文件路径) - encoderPath(编码器路径) - decoderPath(解码器路径)
错误信息只是泛泛地说"Dll was not found",没有具体指出是哪个DLL。但是根据 这个语音识别应用 的架构和错误发生的上下文,很可能是以下几 种情况之一: 1. ONNX Runtime DLL:因为models文件夹中 有.onnx模型文件 ,应用很可能需要ONNX Runtime来运行这 些模型 2. Sherpa-ONNX DLL:根据readme.txt提到 应用基于Sherpa-O nnx构建,可能缺少Sherpa-ONNX的原生库 3. 音频处理相关DLL:用于录音和音频处理 的库
使用window10 pro,已使用Directx4.3修补所有dll。 Windows系统是刚安装完的 没有安装其他多余的东西