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.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| 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 |
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.