Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/pipewire/filter-chain/ |
Upload File : |
# filter-chain example config file for PipeWire version "1.0.1" # # # Copy this file into a conf.d/ directory such as # ~/.config/pipewire/filter-chain.conf.d/ # context.modules = [ { name = libpipewire-module-filter-chain flags = [ nofail ] args = { #audio.format = F32 #audio.rate = 48000 audio.channels = 2 audio.position = [ FL FR ] node.description = "Demonic example" media.name = "Demonic example" filter.graph = { nodes = [ { name = rev type = ladspa plugin = revdelay_1605 label = revdelay control = { "Delay Time (s)" = 2.0 } } { name = pitch type = ladspa plugin = am_pitchshift_1433 label = amPitchshift control = { "Pitch shift" = 0.6 } } { name = rev2 type = ladspa plugin = g2reverb label = G2reverb control = { "Reverb tail" = 0.5 "Damping" = 0.9 } } ] links = [ { output = "rev:Output" input = "pitch:Input" } { output = "pitch:Output" input = "rev2:In L" } ] inputs = [ "rev:Input" ] outputs = [ "rev2:Out L" ] } capture.props = { node.name = "effect_input.filter-chain-demonic" #media.class = Audio/Sink } playback.props = { node.name = "effect_output.filter-chain-demonic" #media.class = Audio/Source } } } ]