Crates.io | push2talk |
lib.rs | push2talk |
version | 1.3.2 |
source | src |
created_at | 2023-10-31 17:04:14.240841 |
updated_at | 2024-06-18 20:35:25.317667 |
description | This Push to talk application is working with both wayland/x11 and pulseaudio (pipewire). |
homepage | https://github.com/cyrinux/push2talk |
repository | https://github.com/cyrinux/push2talk |
max_upload_size | |
id | 1020106 |
size | 1,432,343 |
Upon initialization, the application mutes all microphones. To unmute, press Control_Left+Space, and release to mute again.
SIGUSR1
.Membership in the input
or plugdev
group may be necessary. Check /dev/input/*
for your specific distribution.
sudo usermod -a -G plugdev $USER
sudo usermod -a -G input $USER
cargo install push2talk
push2talk
binary.systemctl --user start push2talk.service
.env RUST_LOG=trace push2talk
.env PUSH2TALK_KEYBIND="Control_L,Space" push2talk
.RUST_LOG=debug push2talk
.env PUSH2TALK_SOURCE="OpenComm by Shokz" push2talk
.systemctl --user start push2talk.service
.Contributions are highly welcome.
Made with love by @cyrinux and @maximbaz.