Skip to content

Release v1.1.4

Choose a tag to compare

@github-actions github-actions released this 09 Apr 10:00
5424036

新版本发布!

NEW Release

🌟 更新 | Highlights

  1. 优化退出逻辑 (Exit Logic Optimization)
    引入了退出保护机制,确保在程序关闭前完整执行保存及文件清理任务,防止数据流转被打断。
    Implemented an exit protection mechanism to ensure final caption saving and file cleanup tasks are completed before the program terminates.
  2. 优化去重功能 (Optimize Deduplication)
    优化了 Clean up file 逻辑,能够识别并合并因转录修正产生的重复内容(如将 "ten" 与 "10" 视为一致),使输出文件更清爽。
    Enhanced Clean up file logic to identify and merge redundant transcriptions caused by model corrections (e.g., normalizing "ten" to "10").
  3. 配置参数开放 (Configurable Parameters)
    现在可以通过 config.py 自定义 STABLE_THRESHOLD(稳定性阈值)和 MAX_SAVED_SENTENCES(最大保存数)等参数,满足不同语速的转录需求。
    Users can now customize transcription stability and cache limits via the configuration file.
  • 下载 Save Live Captions.exe 双击运行(无需安装 Python)。
  • Download the exe to run the application.