Skip to content

Releases: qinxujunai/VoiceFlow

VoiceFlow 0.2.1 — Windows 离线语音输入

Choose a tag to compare

@qinxujunai qinxujunai released this 29 Jul 14:51
691cfa2

VoiceFlow 0.2.1

开口,文字就位。

VoiceFlow 是 Windows 上的离线语音输入工具。按 F2 开始说话,再按一次,
文字会回到当前光标处。安装包已经包含离线模型,不需要 Python。

本次更新

  • 胶囊文字只向前追加,不再回刷、倒退或重复播放。
  • 实时文字统一使用一种颜色,不再出现灰色尾部和颜色渐变。
  • 修复 20~44 秒录音可能只保留尾部的问题。
  • 停止录音后验证完整音频覆盖,异常时自动使用完整录音重新识别。
  • 清理旧安装包带入的私人词条,同时保留用户自己添加的词典内容。
  • 修复全新 Windows 构建环境中的预览模型下载与校验。

下载

普通用户只需下载 VoiceFlow-0.2.1-Windows-x64.exe

  • Windows 10 / 11 x64
  • 核心听写可断网使用
  • 结果保留在剪贴板和本地历史

当前安装包尚未完成 Authenticode 代码签名,Windows 可能显示信誉提示。
请只从本 Release 或 VoiceFlow 官网下载。

SHA-256:

E1B52CC42B97340BEE18B298788B936324B5DB108AB533B9F1977107E4817C84

English

VoiceFlow 0.2.1 stabilizes live preview, preserves complete stopped audio,
removes private seed vocabulary, and uses one consistent color for streaming
text. Download VoiceFlow-0.2.1-Windows-x64.exe for Windows 10 or 11 x64.

The installer is not yet Authenticode-signed, so Windows may show a reputation
warning. Download only from this Release or the VoiceFlow product site.

VoiceFlow 0.2.0 — Windows 离线语音输入

Choose a tag to compare

@github-actions github-actions released this 27 Jul 19:39
9626579

VoiceFlow 0.2

开口,文字就位。

VoiceFlow 是 Windows 上的离线语音输入工具。按 F2 开始说话,再按一次,
文字就会回到当前光标处。安装包已经包含默认离线模型,不需要 Python。

下载

普通用户只需下载 VoiceFlow-0.2.0-Windows-x64.exe

  • Windows 10 / 11 x64
  • 安装后核心听写可断网使用
  • 结果保留在剪贴板和本地历史

当前安装包尚未完成 Authenticode 代码签名,Windows 可能显示信誉提示。
请只从本 Release 下载。

文件完整性

VoiceFlow-0.2.0-Windows-x64.exe

SHA-256  9f5067a6a22d827b6c695d4da0563fe20e8e88500abb981166c3b9eff4807da0

GitHub 自动附带的 Source code 压缩包面向开发者,普通用户无需下载。


English

VoiceFlow is offline dictation for Windows. Press F2, speak, and press it
again—the text returns to the current cursor. The installer includes the
default offline model and requires no Python.

Most people only need VoiceFlow-0.2.0-Windows-x64.exe.

  • Windows 10 / 11 x64
  • Core dictation works offline after installation
  • Results remain in the clipboard and local history

The installer is not yet Authenticode-signed, so Windows may show a reputation
warning. Download only from this Release. The automatically generated source
archives are for developers.

VoiceFlow 0.2.0-beta.1 — Windows offline Beta

Choose a tag to compare

@qinxujunai qinxujunai released this 26 Jul 21:19
18033a9

VoiceFlow 0.2.0-beta.1

首个面向普通 Windows 用户的完整离线测试版。

下载与安装

下载 VoiceFlow-Setup-0.2.0-beta.1-x64.exe,双击安装即可。安装包包含
SenseVoice 默认模型,不需要 Python,安装完成后核心听写可断网使用。

当前安装器尚未完成 Authenticode 签名,因此 Windows 可能显示信誉提示。
请只从本 GitHub Release 下载,并用随附的 SHA256SUMS.txt 核对文件。

这次完成了什么

  • 新增产品化首页、首次试说区、历史、听写、快捷键、词典、结构化诊断和关于页。
  • 程序资源与用户数据彻底分离;配置、历史和用户词典保存到
    %LOCALAPPDATA%\VoiceFlow
  • 覆盖升级只替换程序目录,卸载默认保留用户数据。
  • 安装态不再依赖 venv、源码脚本或仓库路径。
  • 离线安装包内置经过版本与 SHA-256 固定的 SenseVoice 模型。
  • 快捷键到胶囊真实 Qt 首帧 P95 为 23 ms。
  • 短语音停止到输出 P95 为 455 ms;两分钟渐进式长听写停止到输出
    P95 为 504 ms(各 20 次可重复测试)。
  • 中英文产品网站、平台选择和 GitHub Pages 自动部署已就绪。

已验证

  • Windows 11 x64 本机覆盖安装、启动、退出与用户数据保留。
  • 临时干净目录安装、冻结态启动、模型校验、卸载与数据保留。
  • 161 项自动化测试、500 次生命周期循环、完整 ASR 集成。
  • 100%、125%、150%、200% 显示缩放 UI 截图门。
  • 安装包内模型、Qt/PySide6、Chromium 和第三方许可资产。

已知限制

  • 这是未签名的公开 Beta,不是稳定版。
  • 当前仅支持 Windows 10 22H2 / Windows 11 x64 CPU 路径。
  • macOS 版本尚未发布。全局输入、辅助功能权限、签名和 notarization
    必须在真实 macOS 环境完成,不能用未经验证的占位包代替。
  • 自动粘贴只能确认已发送按键;文字会始终先保留在剪贴板和本地历史。

The first complete offline Beta for regular Windows users. It includes the
default SenseVoice model and requires no Python. This build is currently
unsigned, so Windows may show a reputation warning. Download only from this
Release and verify SHA256SUMS.txt.

macOS is not released. Accessibility, global input, signing, and notarization
must pass on real macOS hardware before a download is offered.

VoiceFlow v0.1.0 — Source Preview

Pre-release

Choose a tag to compare

@qinxujunai qinxujunai released this 04 Jul 15:29

面向开发者的源码预览,当前不包含签名的 Windows 安装包。

Source preview for developers. No signed Windows installer is included.

VoiceFlow v0.1.0 提供 Windows 本地语音输入的首个可验证源码版本。按 F2、右 Ctrl 或鼠标侧键开始和停止;最终文字会先进入剪贴板,再尝试粘贴到当前光标处。

当前包含

  • 离线 SenseVoice 识别与静音幻听保护
  • 长语音稳定片段缓存与停止时尾部补全
  • 剪贴板和本地历史双重恢复
  • 小尺寸实时录音胶囊与单实例托盘运行
  • bootstrap、doctor、自动化测试和 Windows 质量门

使用

请从项目主页的“快速开始”按源码运行:
https://github.com/qinxujunai/VoiceFlow#快速开始

面向普通用户的签名安装包将在安装、升级、卸载、模型授权和代码签名全部通过发布门后提供。