File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ License: GPLv2
6
6
URL: https://github.com/ublue-os/bazzite
7
7
Source: https://gitlab.com/evlaV/valve-hardware-audio-processing/-/archive/main/valve-hardware-audio-processing-main.tar.gz
8
8
9
- Requires : ladspa
10
- Requires: boost
9
+ Patch0 : fedora.patch
10
+
11
11
Requires: ladspa-caps-plugins
12
12
Requires: ladspa-noise-suppression-for-voice
13
13
@@ -26,7 +26,8 @@ Steamdeck Audio Processing
26
26
%define debug_package %{nil }
27
27
28
28
%prep
29
- %autosetup -n valve-hardware-audio-processing-main
29
+ %setup -n valve-hardware-audio-processing-main
30
+ %patch 0 -p1
30
31
31
32
%build
32
33
%make_build FAUSTINC=" /usr/include/faust" FAUSTLIB=" /usr/share/faust"
You can’t perform that action at this time.
0 commit comments