Commit Graph

12 Commits

Author SHA1 Message Date
350e405fac feat: ASR 从双向流式切换为流式输入模式(bigmodel_nostream)
- endpoint 从 bigmodel_async 改为 bigmodel_nostream
- 二进制协议去掉 sequence 字段,初始请求和音频帧均不带序号
- 最后一帧使用 FlagLastNoSeq 标志
- RequestMeta 新增 result_type=single、end_window_size=400
- ShowUtterances 关闭(nostream 模式不需要)
- readLoop 简化:nostream 模式下直接返回 final 结果
2026-03-01 06:12:58 +08:00
2dbc916652 refactor: 移除二维码和交叉编译,改为列出所有 LAN IP 地址;清理依赖 2026-03-01 04:45:27 +08:00
193f208d80 fix: 修复 Windows 上 Ctrl+V 粘贴失效,改用 KeyDown/KeyUp 手动控制修饰键 2026-03-01 04:27:15 +08:00
75abe72bf6 fix: 修复停止录音后未等待豆包返回最终结果,导致历史记录和自动粘贴失效 2026-03-01 04:21:57 +08:00
9420d43392 fix: token 改为配置文件读取,不再自动生成;UI 全部汉化 2026-03-01 04:09:55 +08:00
2ce0323ba5 fix: 修复豆包 ASR 音频格式字段,format 应为 pcm,codec 应为 raw 2026-03-01 04:01:46 +08:00
8b9070aac8 feat: add AnyIP certificate download with cache and fallback chain 2026-03-01 03:20:31 +08:00
35032c1777 feat: add Doubao ASR client and paste module 2026-03-01 03:03:46 +08:00
39e56e5acc feat: add WebSocket handler with token auth and session management 2026-03-01 03:03:34 +08:00
4ebc9226ed feat: add Fiber HTTPS server with embedded static files 2026-03-01 03:03:15 +08:00
044a8aa166 feat: add TLS certificate management with AnyIP and self-signed fallback 2026-03-01 03:03:06 +08:00
6b74ad399d feat: add config loading with YAML, env override, and hot-reload 2026-03-01 03:02:57 +08:00