Skip to content

Push to talk functionality for Ubuntu

Notifications You must be signed in to change notification settings

crazycodr/silencer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silencer 0.3.3

Push to talk functionality with top bar indicator for Ubuntu.

Prerequisites

Install required dependencies.

pip3 install pynput
sudo apt install gir1.2-appindicator3-0.1

Config

Configurations are stored in silencer-config.json:

keybind: key for mic

hold_to_talk: Hold to talk mode | Toggle mode

sound_card_id: Sound card id of mic

Default values are:

{
  "keybind": "f8",
  "hold_to_talk": true,
  "sound_card_id": 1
}

Usage

Using python directly:

python3 silencer.py

Or using as executable:

./silencer.py

If you want to close the terminal without closing Silencer:

nohup silencer.py &

About

Push to talk functionality for Ubuntu

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%