Skip to content

Commit

Permalink
fix(deck): Patch path to ladspa plugin in steamdeck-dsp
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 29, 2023
1 parent 8d1d03f commit bdb10d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions spec_files/steamdeck-dsp/fedora.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/pipewire-confs/filter-chain-mic.conf
+++ b/pipewire-confs/filter-chain-mic.conf
@@ -14,7 +14,7 @@
{
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
7 changes: 4 additions & 3 deletions spec_files/steamdeck-dsp/steamdeck-dsp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ License: GPLv2
URL: https://github.com/ublue-os/bazzite
Source: https://gitlab.com/evlaV/valve-hardware-audio-processing/-/archive/main/valve-hardware-audio-processing-main.tar.gz

Requires: ladspa
Requires: boost
Patch0: fedora.patch

Requires: ladspa-caps-plugins
Requires: ladspa-noise-suppression-for-voice

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

%prep
%autosetup -n valve-hardware-audio-processing-main
%setup -n valve-hardware-audio-processing-main
%patch 0 -p1

%build
%make_build FAUSTINC="/usr/include/faust" FAUSTLIB="/usr/share/faust"
Expand Down

0 comments on commit bdb10d1

Please sign in to comment.