blob: 014a29080bb098defdd6a35de2c755fa379fce2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PulseAudio emulation for ALSA.
Any app that requires pulseaudio can be run as such:
$ apulse <program> [parameters]
PulseAudio is not required.
The SlackBuild now detects a multilib machine and will
build with COMPAT32 libraries. If you have a reason
to bypass this, run:
# COMPAT32=no sh apulse.SlackBuild
|