impress_asr_input_rust/models/.gitkeep
impressionyang ceb2df18c4
Some checks are pending
Build Windows GUI / build-windows (push) Waiting to run
Build Windows GUI / release (push) Blocked by required conditions
初始提交:Windows 跨平台语音识别应用
功能:
- Tauri v2 GUI 应用
- 系统托盘支持
- 日志输出到文件
- 带时间戳的版本号
- 前端资源嵌入

修复:
- 前端路径使用相对路径
- 移除 devUrl 配置
- 窗口置顶设置
2026-05-21 17:58:18 +08:00

20 lines
509 B
Plaintext

# 模型文件占位符
# 请在此目录放置 ONNX 模型文件
## 下载 SenseVoice Small 模型
1. 访问 ModelScope:
https://modelscope.cn/models/iic/SenseVoiceSmall
2. 下载 `model.onnx` 并重命名为 `sensevoice-small.onnx`
3. 或使用 HuggingFace:
https://huggingface.co/FunAudioLLM/SenseVoice
## 推荐模型
- `sensevoice-small.onnx` - 推荐,速度与精度平衡
- `sensevoice-base.onnx` - 更高精度
- `paraformer.onnx` - 中文优化
- `whisper-small.onnx` - 多语言支持