Unmute the microphone only when you have something to say. (keywords: microphone mic mute say push talk)
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
22 | Active |
21 | Active |
20 | Active |
19 | Rejected |
18 | Active |
17 | Active |
16 | Active |
15 | Active |
14 | Active |
13 | Active |
12 | Rejected |
11 | Rejected |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
Where do you remove `mute_timeout_id` on disable()?
it's not added in `enable()`. note that `activate()` if when the microphone activates, not when the extension starts.
I understand but that callback can get triggered after the extension is disabled. 1. Please remove `mute_timeout_id` on disable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources 2. Move line 194 to enable and null that out in disable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
thanks, done in https://github.com/wbolster/nothing-to-say/commit/d61cd2f8e2ff71779d7f3169af09b76d74742899 will submit a new version with these changes