summaryrefslogtreecommitdiffstats
path: root/audio/apulse
diff options
context:
space:
mode:
author B. Watson2020-10-12 21:16:24 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:37:41 +0200
commitc9d46355ba86e3c8c7bdb7a48d3a2d597404781d (patch)
treee47206d7f7263eeafa1990eb9862ab7664deb4cf /audio/apulse
parent906b04b4f6e5d48bd3d5c121b02a73e905e0996f (diff)
downloadslackbuilds-c9d46355ba86e3c8c7bdb7a48d3a2d597404781d.tar.gz
audio/apulse: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/apulse')
-rw-r--r--audio/apulse/README24
1 files changed, 13 insertions, 11 deletions
diff --git a/audio/apulse/README b/audio/apulse/README
index 75d2adf6df..c072bfde14 100644
--- a/audio/apulse/README
+++ b/audio/apulse/README
@@ -1,15 +1,17 @@
PulseAudio emulation for ALSA.
-The program 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.
-For more than a decade now, ALSA comes with these plugins enabled and configured
-by default. Cmake is required to build it.
+The program 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. For more than a decade now,
+ALSA comes with these plugins enabled and configured by default. Cmake
+is required to build it.
Note: It's recommended to uninstall PulseAudio before install apulse.