Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxqt/pavucontrol-qt
A Pulseaudio mixer in Qt (port of pavucontrol)
https://github.com/lxqt/pavucontrol-qt
Last synced: 5 days ago
JSON representation
A Pulseaudio mixer in Qt (port of pavucontrol)
- Host: GitHub
- URL: https://github.com/lxqt/pavucontrol-qt
- Owner: lxqt
- License: gpl-2.0
- Created: 2016-08-30T18:32:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T13:36:20.000Z (18 days ago)
- Last Synced: 2024-10-29T11:18:06.951Z (12 days ago)
- Language: C++
- Homepage: https://lxqt.github.io
- Size: 1.43 MB
- Stars: 110
- Watchers: 25
- Forks: 29
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# pavucontrol-qt
## Overview
pavucontrol-qt is the Qt port of the volume control [pavucontrol](https://freedesktop.org/software/pulseaudio/pavucontrol/) for the sound server [PulseAudio](https://www.freedesktop.org/wiki/Software/PulseAudio/).
As such it can be used to adjust all controls provided by PulseAudio and ALSA as well as some additional settings.
The software belongs to the LXQt project but its usage isn't limited to this desktop environment.
## Installation
### Compiling source code
Runtime dependencies are qtbase and PulseAudio client library libpulse.
Additional build dependencies are CMake and [liblxqt](https://github.com/lxqt/liblxqt) as well as optionally Git to pull latest VCS checkouts.Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems.
To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual.
### Binary packages
Official binary packages are available in Arch Linux, Debian, Fedora and openSUSE (Leap and Tumbleweed) and most other distributions.
## Usage
In LXQt sessions the binary is placed in sub-menu "Sound & Video" of the panel's main menu.
The usage itself should be self-explanatory.
## Translations
Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-configuration/pavucontrol-qt/).