From 0f94d6a16e29566279e424f6e71b0401b97c2339 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 5 Apr 2023 11:55:53 +0200 Subject: [PATCH] Update pulse config for surfaces --- scripts/Arch/Devies/Surface/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/Arch/Devies/Surface/install.sh b/scripts/Arch/Devies/Surface/install.sh index 9f844c99..a548f9d6 100755 --- a/scripts/Arch/Devies/Surface/install.sh +++ b/scripts/Arch/Devies/Surface/install.sh @@ -34,4 +34,8 @@ yay -Syu libwacom-surface; . "./camera.sh"; +sudo sed -i \ + -e "s/^\(; \)\?\(.* = \)speex-float-[[:digit:]]\+$/\2speex-float-5/" \ + /etc/pulse/daemon.conf; + pushd > /dev/null;