Review of "Speech2Text" version 1.4 (10)

Details Page Preview

This extension adds speech to text (dictation) using OpenAI’s Whisper automatic speech recognition model. The extension captures audio, runs transcription locally, and copies the transcribed text into your clipboard. It requires installing a companion D-Bus service (see instructions on github). This extension accesses the clipboard to copy transcribed text.

Extension Homepage
https://github.com/kavehtehrani/speech2text-extension/

No comments.

Diff Against

Files

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

All Versions

Version Status
1.4.1 (11) Active
1.4 (10) Rejected
1.2 (9) Rejected
1.1 (8) Rejected
1.0.4 (7) Active
1.0.0 (6) Active
1.0.0 (5) Rejected
1.0.0 (4) Rejected
1.0.0 (3) Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Knowing that `showModalDialog()` returns a timeout id might be difficult for future reviewers to track. Please make it clearer for future updates. Also, when storing the timeout in a property, you should clear the old id before creating a new one.