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 34
|
Source: wys
Section: comm
Priority: optional
Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
Uploaders:
Henry-Nicolas Tourneur <debian@nilux.be>,
Arnaud Ferraris <aferraris@debian.org>,
Build-Depends:
debhelper-compat (= 13),
help2man,
libglib2.0-dev,
libmm-glib-dev,
libpulse-dev,
meson,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://source.puri.sm/Librem5/wys
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/wys.git
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/wys
Package: wys
Architecture: any
Depends:
modemmanager,
pipewire-pulse | pulseaudio (>= 12.2-4+deb10u1),
${misc:Depends},
${shlibs:Depends},
Description: daemon to start/stop PulseAudio loopbacks for phone call audio
During a phone call, audio must be streamed from one ALSA device to
another ALSA device. This should only happen during the call, when
the modem's audio interfaces will actually be active. To facilitate
this, Wys will wait for ModemManager calls in the ringing or active
state and enable appropriate PulseAudio loopback modules only during
those states.
|