diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-09-21 09:24:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-22 08:23:37 +0700 |
commit | 23cd68c251ae891e56cab56de86545d5608f4eb3 (patch) | |
tree | 6241c4dbe22b5e8c32a44fc92bbff8ace5ec10e2 /audio/apulse/README | |
parent | a366f3c7261eacb14ca6897c5ff2904de59cf0b6 (diff) |
audio/apulse: Added (pulseaudio emulation for ALSA).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/apulse/README')
-rw-r--r-- | audio/apulse/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/apulse/README b/audio/apulse/README new file mode 100644 index 0000000000000..3dd8d7d9c521a --- /dev/null +++ b/audio/apulse/README @@ -0,0 +1,12 @@ +PulseAudio emulation for ALSA. + +Any app that requires pulseaudio can be run as such: + + $ apulse <program> [parameters] + +PulseAudio is not required. + +To install this on a multilib machine with 32-bit compatibility +libraries, run the SlackBuild preceded by COMPAT32=yes, like so: + + # COMPAT32=yes sh apulse.SlackBuild |