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 |
Removed the existingTimeoutId parameter. Caller now explicitly clear any existing timeout with GLib.Source.remove before calling.
Approved but as mentioned before, `showModalDialog()` returns a timeout. It is not clear for the future updates that the function is returning timeout based on the future diff. Please make it obvious for the future updates.