Skip to content

Commit d4d1c54

Browse files
authored
default to enabled in libjack hook
1 parent c8dee9d commit d4d1c54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

useful-tools/hooks/host-libjack.src.hook

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
# https://github.com/flatpak/flatpak/issues/1509#issuecomment-3315750411
1616
# https://discourse.ardour.org/t/ardour-pipewire-sound-stuttering-crackling-popping-when-adjusting-system-volume/109054/3
1717

18+
# hook is enabled by default
19+
USE_HOST_LIBJACK=${USE_HOST_LIBJACK:-1}
20+
1821
_find_host_libjack() (
1922
if [ ! -d "$HOST_LIBJACK_DIR" ]; then
2023
# attempt to find where the host libjack is located

0 commit comments

Comments
 (0)