Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
pipewire /
filter-chain /
Delete
Unzip
Name
Size
Permission
Date
Action
demonic.conf
2.16
KB
-rw-r--r--
2026-09-02 06:51
sink-dolby-surround.conf
1.57
KB
-rw-r--r--
2026-09-02 06:51
sink-eq6.conf
2.54
KB
-rw-r--r--
2026-09-02 06:51
sink-make-LFE.conf
2.06
KB
-rw-r--r--
2026-09-02 06:51
sink-matrix-spatialiser.conf
1.3
KB
-rw-r--r--
2026-09-02 06:51
sink-mix-FL-FR.conf
1.29
KB
-rw-r--r--
2026-09-02 06:51
sink-upmix-5.1-filter.conf
5.86
KB
-rw-r--r--
2026-09-02 06:51
sink-virtual-surround-5.1-kemar.conf
6.72
KB
-rw-r--r--
2026-09-02 06:51
sink-virtual-surround-7.1-hesuvi.conf
6.35
KB
-rw-r--r--
2026-09-02 06:51
source-duplicate-FL.conf
1.74
KB
-rw-r--r--
2026-09-02 06:51
source-rnnoise.conf
1.41
KB
-rw-r--r--
2026-09-02 06:51
Save
Rename
# An example filter chain that makes a stereo sink that mixes # the FL and FR channels to FL, FR, LFE # # Copy this file into a conf.d/ directory # context.modules = [ { name = libpipewire-module-filter-chain args = { node.description = "LFE example" media.name = "LFE example" filter.graph = { nodes = [ { name = copyIL type = builtin label = copy } { name = copyOL type = builtin label = copy } { name = copyIR type = builtin label = copy } { name = copyOR type = builtin label = copy } { name = mix type = builtin label = mixer control = { "Gain 1" = 0.5 "Gain 2" = 0.5 } } { type = builtin name = lpLFE label = bq_lowpass control = { "Freq" = 150.0 } } ] links = [ { output = "copyIL:Out" input = "copyOL:In" } { output = "copyIR:Out" input = "copyOR:In" } { output = "copyIL:Out" input = "mix:In 1" } { output = "copyIR:Out" input = "mix:In 2" } { output = "mix:Out" input = "lpLFE:In" } ] inputs = [ "copyIL:In" "copyIR:In" ] outputs = [ "copyOL:Out" "copyOR:Out" "lpLFE:Out"] } capture.props = { node.name = "input_lfe" audio.position = [ FL FR ] media.class = "Audio/Sink" } playback.props = { node.name = "output_lfe" audio.position = [ FL FR LFE ] stream.dont-remix = true node.passive = true } } } ]