1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: python-pulsectl
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
pulseaudio <!nocheck>,
python3-all-dev,
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Section: python
Homepage: https://github.com/mk-fg/python-pulse-control
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pulsectl
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pulsectl.git
Package: python3-pulsectl
Architecture: all
Multi-Arch: foreign
Depends:
libpulse0,
${misc:Depends},
${python3:Depends},
Description: high-level interface and ctypes-based bindings for PulseAudio
Python blocking high-level interface and ctypes-based bindings for PulseAudio
(libpulse), to use in a simple synchronous code.
.
Wrappers are mostly for mixer-like controls and introspection-related
operations, as opposed to e.g. submitting sound samples to play and
player-like client.
|