Skip to content

Commit bdb10d1

Browse files
committed
fix(deck): Patch path to ladspa plugin in steamdeck-dsp
1 parent 8d1d03f commit bdb10d1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

spec_files/steamdeck-dsp/fedora.patch

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/pipewire-confs/filter-chain-mic.conf
2+
+++ b/pipewire-confs/filter-chain-mic.conf
3+
@@ -14,7 +14,7 @@
4+
{
5+
type = ladspa
6+
name = rnnoise
7+
- plugin = /usr/lib/ladspa/librnnoise_ladspa.so
8+
+ plugin = /usr/lib64/ladspa/librnnoise_ladspa.so
9+
label = noise_suppressor_stereo
10+
control = {
11+
"VAD Threshold (%)" = 23.0

spec_files/steamdeck-dsp/steamdeck-dsp.spec

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ License: GPLv2
66
URL: https://github.com/ublue-os/bazzite
77
Source: https://gitlab.com/evlaV/valve-hardware-audio-processing/-/archive/main/valve-hardware-audio-processing-main.tar.gz
88

9-
Requires: ladspa
10-
Requires: boost
9+
Patch0: fedora.patch
10+
1111
Requires: ladspa-caps-plugins
1212
Requires: ladspa-noise-suppression-for-voice
1313

@@ -26,7 +26,8 @@ Steamdeck Audio Processing
2626
%define debug_package %{nil}
2727

2828
%prep
29-
%autosetup -n valve-hardware-audio-processing-main
29+
%setup -n valve-hardware-audio-processing-main
30+
%patch 0 -p1
3031

3132
%build
3233
%make_build FAUSTINC="/usr/include/faust" FAUSTLIB="/usr/share/faust"

0 commit comments

Comments
 (0)