Local speech-to-text using whisper.cpp. Record audio with keyboard shortcut, transcribe locally, and copy to clipboard or auto-type text. Requires companion D-Bus service (see GitHub).
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 0.9.4 (6) | Active |
| 0.9.3 (5) | Active |
| 0.9.2 (4) | Rejected |
| 0.9.1 (3) | Rejected |
| 0.9.1 (2) | Rejected |
| 2.0.0 (1) | Rejected |
1. Move line 13 `extension.js` to enable and null it out in disable: - [EGO Review Guidelines: Initialization](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) - [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 2. No need to pass to anything to `this.getSettings()` when you have `settings-schema` in `metadata.json`. 3. Remove `schemas/gschemas.compiled` since it is not needed for 45+ packages. 4. Remove line 25-26 `lib/constants.js`. Not needed.