apulse 0.1.13
PulseAudio emulation for ALSA
Apulse provides an alternative partial implementation of the PulseAudio API. It consists of a loader script and a number of shared libraries with the same names as from original PulseAudio, so applications could dynamically load them and think they are talking to PulseAudio.
Internally, no separate sound mixing daemon is used. Instead, apulse relies on ALSA's dmix, dsnoop, and plug plugins to handle multiple sound sources and capture streams running at the same time. dmix plugin muxes multiple playback streams; dsnoop plugin allow multiple applications to capture from a single microphone; and plug plugin transparently converts audio between various sample formats, sample rates and channel numbers.
- Outputs:
out
- Website: https://github.com/i-rinat/apulse
- Licenses: Expat
- Package source: gnu/packages/pulseaudio.scm
- Builds: See build status
- Issues: See known issues
Installation
Install apulse 0.1.13
as follows:
guix install apulse@0.1.13
Or install the latest version:
guix install apulse
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.