We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79ce24 commit 8dd9a69Copy full SHA for 8dd9a69
2 files changed
rootfs/etc/cont-init.d/pulse-config.sh
@@ -3,6 +3,8 @@
3
# Check device information and adjust Pulse
4
# ==============================================================================
5
declare tsched
6
+
7
+# shellcheck disable=SC2155
8
readonly ALSA_CARDS="$(aplay -l)"
9
10
# RaspberryPi
rootfs/etc/services.d/pulseaudio/run
@@ -3,6 +3,6 @@
# Start PulseAudio service
export PULSE_STATE_PATH="/data/states"
-export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
+export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
exec pulseaudio --system -vvv --disallow-exit --exit-idle-time=-1 --disable-shm
0 commit comments