fix(deck): Patch path to ladspa plugin in steamdeck-dsp

This commit is contained in:
Kyle Gospodnetich 2023-11-29 12:21:05 -08:00
parent 1ba4a58d95
commit 6b0516f9f1
2 changed files with 19 additions and 2 deletions

View File

@ -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

View File

@ -6,6 +6,11 @@ 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
Patch0: fedora.patch
Requires: ladspa-caps-plugins
Requires: ladspa-noise-suppression-for-voice
BuildRequires: make
BuildRequires: faust
BuildRequires: faust-tools
@ -20,7 +25,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"
@ -47,4 +53,4 @@ cp LICENSE %{buildroot}%{_datadir}/licenses/%{name}/LICENSE
# Finally, changes from the latest release of your application are generated from
# your project's Git history. It will be empty until you make first annotated Git tag.
%changelog
{{{ git_dir_changelog }}}
{{{ git_dir_changelog }}}