diff options
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 0000000000..3dd8d7d9c5 --- /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 |