refactor(voice): cut over to OpenWhispr - #140
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
以已合併的 OpenWhispr user-local 安裝為跨平台錄音/熱鍵前端,移除重複的 VoxType 層,只保留 CrispASR 模型服務與最小切換命令。
變更
asr-mode sensevoice|qwen-1.7b|off;沿用既有模型檔,不搬移或重新下載 2.76 GB。off會停止新舊 managed units/labels,並驗證 CrispASR PID 與 8080 health endpoint 都消失。http://127.0.0.1:8080/v1。本機驗證
/v1/audio/transcriptions實際請求通過。asr-mode off後精確回到 3,903,627,264 bytes。off驗證 unit、PID、8080 消失,並以 transient legacy unit 測試舊服務清理。已知上游行為
OpenWhispr 1.9.2 即使在 wlroots/Hyprland 偵測到並優先使用 wtype,仍可能顯示 ydotool setup warning;本 PR 不為了壓掉該提示擴大 input/uinput 權限。