Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miraculixx/avctl
toggle audio and video on/off, mute/unmute for pulseaudio
https://github.com/miraculixx/avctl
Last synced: 8 days ago
JSON representation
toggle audio and video on/off, mute/unmute for pulseaudio
- Host: GitHub
- URL: https://github.com/miraculixx/avctl
- Owner: miraculixx
- License: mit
- Created: 2023-10-02T22:12:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-02T22:35:08.000Z (about 1 year ago)
- Last Synced: 2024-10-07T20:04:22.736Z (29 days ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
avctl
=====Turn cam and mic on/off with a single command.
avctl is a simple command line and MATE panel tool to control
cam and microphone on Linux Mint MATE and other pulseaudio
systems.## Usage
Enable all capture devices (cam and mic)
$ avctl on
Disable all capture devices (cam and mic)
$ avctl off
Toggle
$ avctl toggle
## Installation
$ make install
Your MATE main menu should now have two new menu items
* mute micro and cam OFF
* unmute micro and cam ONThis is the equivalent of calling `avctl off` and `avctl on` respectively.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details