blob: 3dd8d7d9c521ac6cd657db0a7a26c26101057ba5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|