You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending equibop --toggle-mic from a terminal, or using Plasma global hotkeys, toggles microphone with a ~1 second delay.
For clarity, the dalay is between when the command is ran and when it exits, toggling the mic, not after it exits.
What is the expected behaviour?
For delay to be at least a bit smaller
How do you recreate this bug or crash?
Launch Equibop
Do equibop --toggle-mic in a terminal
Wait for mic to toggle
Debug Logs
┌─[damglador@Parasite][~]
└$ equibop
APPIMAGE env is not defined, current application is not an AppImage
Equibop v2.1.2
checkForUpdatesAndNotify called, downloadPromise is null
(node:98313) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 did-stop-loading listeners added to [WebContents]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use `electron --trace-warnings ...` to show where the warning was created)
[arRPC > ipc] listening at /run/user/1000/discord-ipc-0
[arRPC > websocket] listening on 6463
[arRPC > process] started
Request Agreement
I have searched the existing issues and found no similar issue
I am using the latest Equibop and Equicord versions
This issue occurs on an official release (not just the AUR or Nix unofficial packages)
The text was updated successfully, but these errors were encountered:
echo "VCD_TOGGLE_SELF_MUTE" >> $XDG_RUNTIME_DIR/vesktop-ipc does this instantly, I would even say a bit faster than the official client (maybe placebo, idk)
you're completely right.. the first implementation was fast but it didn't worked on flatpak i was supposed to improve the speed but never did, but now that the option is now handled internally in flatpak i'll see what i can do about it but it's not planned
echo "VCD_TOGGLE_SELF_MUTE" >> $XDG_RUNTIME_DIR/vesktop-ipc does this instantly, I would even say a bit faster than the official client (maybe placebo, idk)
may you try to see if now with 38f802f2 now atleast some of the speed might be improved?
Discord Account
damglador
Operating System
Arcch Linux
Linux Only ~ Desktop Environment
Plasma 6.2.5 Wayland
Package Type
AUR
What happens when the bug or crash occurs?
Sending
equibop --toggle-mic
from a terminal, or using Plasma global hotkeys, toggles microphone with a ~1 second delay.For clarity, the dalay is between when the command is ran and when it exits, toggling the mic, not after it exits.
What is the expected behaviour?
For delay to be at least a bit smaller
How do you recreate this bug or crash?
equibop --toggle-mic
in a terminalDebug Logs
Request Agreement
The text was updated successfully, but these errors were encountered: