blob: 816843735be3e29147bdcaf219ca036ae0cd00c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PulseAudio emulation for ALSA.
Any app that requires pulseaudio can be run as such:
$ apulse <program> [parameters]
PulseAudio is not required.
Speex is recommended for compatibility.
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
|