feat: 实现语音转文字并支持流式输出;

fix: 修复了语音解密失败的问题
This commit is contained in:
cc
2026-01-17 14:16:54 +08:00
parent 650de55202
commit e8babd48b6
33 changed files with 1713 additions and 570 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "weflow",
"version": "1.1.2",
"version": "1.2.0",
"description": "WeFlow",
"main": "dist-electron/main.js",
"author": "cc",
@@ -30,8 +30,9 @@
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.1.1",
"sherpa-onnx-node": "^1.10.38",
"silk-wasm": "^3.7.1",
"wechat-emojis": "^1.0.2",
"whisper-node": "^1.1.1",
"zustand": "^5.0.2"
},
"devDependencies": {
@@ -102,7 +103,8 @@
"dist-electron/**/*"
],
"asarUnpack": [
"node_modules/ffmpeg-static/**/*"
"node_modules/silk-wasm/**/*",
"node_modules/sherpa-onnx-node/**/*"
]
}
}
}