impress_asr_input/build/BUILD_README.txt
impressionyang 7c51542918 Initial commit: Impress ASR Input 项目基础框架
功能:
- 基于 ONNX 的语音识别引擎
- 多语言支持(中文、英文、日语、韩语)
- 模型加载器(支持 SenseVoice/Whisper/Paraformer)
- 音频采集和处理模块(VAD、重采样、归一化)
- 文本输出模块(剪贴板)
- CLI 命令行工具
- Electron GUI 界面
- Windows x64 打包配置

文档:
- PRD 产品需求文档
- README 项目说明
- 开发指南
- Windows 构建指南

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 16:10:11 +08:00

18 lines
567 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Impress ASR Input - Windows 打包说明
=====================================
构建命令:
npm run build:win - 创建 NSIS 安装程序和 ZIP 包
npm run build:win:dir - 仅创建未打包的文件目录
输出位置:
release/Impress ASR Input-0.1.0-win-x64-setup.exe (安装程序)
release/Impress ASR Input-0.1.0-win-x64.zip (压缩包)
模型文件:
请将下载的 ONNX 模型放入 models/ 目录
支持的模型sensevoice.onnx, whisper.onnx, paraformer.onnx
图标文件:
请将 icon.ico (256x256) 放入 build/ 目录