Review of "Plane ASR" version 5

Details Page Preview

IMPORTANT: After installing the extension, open Preferences to download the required transcribe.cpp binary and an ASR model before using speech recognition. Turn your voice into text instantly, right on your desktop—no cloud, no accounts, no waiting. Plane-ASR is a GNOME Shell extension that transcribes speech to text in real time. Press a keyboard shortcut, speak, and watch the text appear directly at your cursor or be copied to your clipboard. Features • Start or stop recording with a single click from the top panel or by using a keyboard shortcut. • Live chunked transcription for long recordings, so text starts appearing while you're still speaking. • Transcribe existing audio files in addition to live microphone input. • Browse, download, verify, and select GGUF ASR models from Hugging Face directly in Preferences. • Use the provided CPU binary or your own Vulkan/CUDA build of transcribe.cpp. • 100% local processing through transcribe-cli (transcribe.cpp). No audio is ever sent to the cloud. Default keyboard shortcuts Toggle Recording Ctrl+Alt+Space Press once to start recording. Press again to stop. Push-to-Talk Ctrl+Shift+Space Hold to record. Release to stop.

Extension Homepage
https://github.com/wfpaisa/plane-asr

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) manual_review 1

Shexli found 1 issue that may need reviewer attention.

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • src/extension/indicator.js:267
    St.Clipboard.get_default()
  • src/extension/indicator.js:301
    St.Clipboard.get_default()
  • src/util/paste.js:38
    St.Clipboard.get_default()
  • src/util/paste.js:74
    St.Clipboard.get_default()

All Versions

Version Status
7 Unreviewed
6 Rejected
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

wfpaisa auto- rejected
Auto-rejected because of new version 6 was uploaded