2024-04-18 23:36:15 -07:00
|
|
|
diff --git a/pipewire-confs/hardware-profiles/pipewire-hwconfig b/pipewire-confs/hardware-profiles/pipewire-hwconfig
|
|
|
|
index 11c8bd2..ac7adb6 100755
|
|
|
|
--- a/pipewire-confs/hardware-profiles/pipewire-hwconfig
|
|
|
|
+++ b/pipewire-confs/hardware-profiles/pipewire-hwconfig
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/bin/bash
|
|
|
|
+#!/usr/bin/bash
|
|
|
|
|
|
|
|
set -eu
|
|
|
|
|
|
|
|
diff --git a/pipewire-confs/hardware-profiles/valve-galileo/pipewire.conf.d/filter-chain.conf b/pipewire-confs/hardware-profiles/valve-galileo/pipewire.conf.d/filter-chain.conf
|
|
|
|
index 9246254..51cc545 100644
|
|
|
|
--- a/pipewire-confs/hardware-profiles/valve-galileo/pipewire.conf.d/filter-chain.conf
|
|
|
|
+++ b/pipewire-confs/hardware-profiles/valve-galileo/pipewire.conf.d/filter-chain.conf
|
|
|
|
@@ -14,7 +14,7 @@ context.modules = [
|
|
|
|
{
|
|
|
|
type = ladspa
|
|
|
|
name = rnnoise
|
|
|
|
- plugin = /usr/lib/ladspa/librnnoise_ladspa.so
|
|
|
|
+ plugin = /usr/lib64/ladspa/librnnoise_ladspa.so
|
|
|
|
label = noise_suppressor_stereo
|
|
|
|
control = {
|
|
|
|
"VAD Threshold (%)" = 23.0
|
|
|
|
diff --git a/pipewire-confs/hardware-profiles/valve-jupiter/pipewire.conf.d/filter-chain.conf b/pipewire-confs/hardware-profiles/valve-jupiter/pipewire.conf.d/filter-chain.conf
|
|
|
|
index b64aa42..c9b611d 100644
|
|
|
|
--- a/pipewire-confs/hardware-profiles/valve-jupiter/pipewire.conf.d/filter-chain.conf
|
|
|
|
+++ b/pipewire-confs/hardware-profiles/valve-jupiter/pipewire.conf.d/filter-chain.conf
|
2023-12-08 10:50:07 -08:00
|
|
|
@@ -14,7 +14,7 @@ context.modules = [
|
2023-11-29 12:21:05 -08:00
|
|
|
{
|
|
|
|
type = ladspa
|
|
|
|
name = rnnoise
|
|
|
|
- plugin = /usr/lib/ladspa/librnnoise_ladspa.so
|
|
|
|
+ plugin = /usr/lib64/ladspa/librnnoise_ladspa.so
|
|
|
|
label = noise_suppressor_stereo
|
|
|
|
control = {
|
|
|
|
"VAD Threshold (%)" = 23.0
|
2023-12-08 10:50:07 -08:00
|
|
|
diff --git a/scripts/install_plugins.sh b/scripts/install_plugins.sh
|
|
|
|
index 591514a..6678045 100755
|
2023-11-29 13:28:12 -08:00
|
|
|
--- a/scripts/install_plugins.sh
|
|
|
|
+++ b/scripts/install_plugins.sh
|
2023-12-08 10:50:07 -08:00
|
|
|
@@ -5,9 +5,9 @@ if [ -e $HARDCODED_PLUGIN_DEST_1 ]; then rm -r $HARDCODED_PLUGIN_DEST_1; fi;
|
2023-11-29 13:28:12 -08:00
|
|
|
if [ -e $HARDCODED_PLUGIN_DEST_2 ]; then rm -r $HARDCODED_PLUGIN_DEST_2; fi;
|
|
|
|
|
|
|
|
|
|
|
|
-mkdir -p $DEST_DIR/usr/lib/lv2
|
|
|
|
-cp -r bin/lv2/g++/valve_deck_speakers.lv2 $DEST_DIR/usr/lib/lv2/valve_deck_speakers.lv2
|
|
|
|
-cp -r bin/lv2/g++/valve_binaural.lv2 $DEST_DIR/usr/lib/lv2/valve_binaural.lv2
|
|
|
|
-cp -r bin/lv2/g++/valve_deck_microphone.lv2 $DEST_DIR/usr/lib/lv2/valve_deck_microphone.dsp
|
|
|
|
-cp -r bin/svg $DEST_DIR/usr/lib/lv2/svg
|
|
|
|
-cp version.txt $DEST_DIR/usr/lib/lv2/valve_audio_dsp_version.txt
|
|
|
|
+mkdir -p $LIB_DIR/lv2
|
|
|
|
+cp -r bin/lv2/g++/valve_deck_speakers.lv2 $LIB_DIR/lv2/valve_deck_speakers.lv2
|
|
|
|
+cp -r bin/lv2/g++/valve_binaural.lv2 $LIB_DIR/lv2/valve_binaural.lv2
|
|
|
|
+cp -r bin/lv2/g++/valve_deck_microphone.lv2 $LIB_DIR/lv2/valve_deck_microphone.dsp
|
|
|
|
+cp -r bin/svg $LIB_DIR/lv2/svg
|
|
|
|
+cp version.txt $LIB_DIR/lv2/valve_audio_dsp_version.txt
|
2024-04-18 23:36:15 -07:00
|
|
|
diff --git a/wireplumber/hardware-profiles/wireplumber-hwconfig b/wireplumber/hardware-profiles/wireplumber-hwconfig
|
|
|
|
index 842edb2..3f03354 100755
|
|
|
|
--- a/wireplumber/hardware-profiles/wireplumber-hwconfig
|
|
|
|
+++ b/wireplumber/hardware-profiles/wireplumber-hwconfig
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/bin/bash
|
|
|
|
+#!/usr/bin/bash
|
|
|
|
|
|
|
|
set -eu
|
|
|
|
|
|
|
|
diff --git a/wireplumber/systemd/system/wireplumber-sysconf.service b/wireplumber/systemd/system/wireplumber-sysconf.service
|
|
|
|
index 4ba3ad6..0e3f481 100644
|
2023-12-17 13:36:54 -08:00
|
|
|
--- a/wireplumber/systemd/system/wireplumber-sysconf.service
|
|
|
|
+++ b/wireplumber/systemd/system/wireplumber-sysconf.service
|
2024-04-18 23:36:15 -07:00
|
|
|
@@ -17,7 +17,7 @@ Before=shutdown.target
|
2023-12-17 13:36:54 -08:00
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
-ExecStart=/usr/share/wireplumber/hardware-profiles/wireplumber-hwconfig
|
2024-04-18 23:36:15 -07:00
|
|
|
+ExecStart=/usr/libexec/hwsupport/wireplumber-hwconfig
|
2023-12-17 13:36:54 -08:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|