Review of "Voice Type Input" version 2

Details Page Preview

Voice typing extension that records microphone audio, uploads it to a configured speech-to-text API, and inserts the transcription. Uses the clipboard as a paste fallback.

Extension Homepage
https://github.com/kevinchappell/gnome-voice-type

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) warning 1 manual_review 1

Shexli found 2 issues 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

  • extension.js:363
    St.Clipboard.get_default()
  • extension.js:661
    St.Clipboard.get_default()

EGO-L-004 warning

main loop sources should be removed in disable()

Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.

Remove main loop sources

  • extension.js:401
              GLib.timeout_add(GLib.PRIORITY_DEFAULT, 250, () => {
                // Only restore if the selection still holds the transcription we
                // wrote — otherwise the user or app has put something newer there
                // and we shouldn't overwrite it.
                const maybeRestore = (

All Versions

Version Status
2 Unreviewed
1 Unreviewed