1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: pamix
Section: sound
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libncursesw5-dev,
libpulse-dev
Standards-Version: 4.6.0
Homepage: https://github.com/patroclos/PAmix
Vcs-Git: https://salsa.debian.org/debian/pamix.git
Vcs-Browser: https://salsa.debian.org/debian/pamix
Rules-Requires-Root: no
Package: pamix
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: pulseaudio
Description: Pulseaudio terminal mixer based in pavucontrol
PAMix is an ncurses/curses pulseaudio mixer in C++ similar to pavucontrol
designed to run in the terminal, it allows you to control both the volume of
hardware devices and of each playback stream separately.
|