#pipe-wire #pulse-audio #linux #desktop-applications #privacy

app push2talk

This Push to talk application is working with both wayland/x11 and pulseaudio (pipewire)

8 stable releases

1.3.2 Jun 18, 2024
1.3.1 Jun 16, 2024
1.2.5 Nov 7, 2023
1.2.2 Oct 31, 2023

#168 in Audio

Download history 15/week @ 2024-07-03 39/week @ 2024-07-24 13/week @ 2024-07-31 9/week @ 2024-09-11 25/week @ 2024-09-18 28/week @ 2024-09-25

53 downloads per month

ISC license

1.5MB
479 lines

Push-to-Talk Logo

Push-to-Talk: Seamless Integration with Wayland, X11, PulseAudio & PipeWire

🥅 Quick Start

Upon initialization, the application mutes all microphones. To unmute, press Control_Left+Space, and release to mute again.

  • Suspend/resume functionality available via SIGUSR1.

⚠️ Prerequisites

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

📦 Installation Methods

🎤 Usage

  • Start push2talk binary.
  • Systemd unit provided: systemctl --user start push2talk.service.

🎤 Advanced Configuration

  • Trace mode for key and source device identification: env RUST_LOG=trace push2talk.
  • Custom keybinds via environment variables: env PUSH2TALK_KEYBIND="Control_L,Space" push2talk.
  • Debug logging: RUST_LOG=debug push2talk.
  • Specify a particular audio source: env PUSH2TALK_SOURCE="OpenComm by Shokz" push2talk.
  • Systemd unit provided: systemctl --user start push2talk.service.

😅 Additional Information

  • Excludes Easy Effects sources to prevent unintentional "push-to-listen" scenarios.

👥 How to Contribute

Contributions are highly welcome.

💑 Acknowledgments

Made with love by @cyrinux and @maximbaz.

Dependencies

~14–25MB
~358K SLoC