⚝
One Hat Cyber Team
⚝
Your IP:
3.144.149.217
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
pipewire
/
filter-chain
/
View File Name :
source-duplicate-FL.conf
# An example filter chain that makes a source that duplicates the FL channel # to FL and FR. # # Copy this file into a conf.d/ directory such as # ~/.config/pipewire/filter-chain.conf.d/ # context.modules = [ { name = libpipewire-module-filter-chain args = { node.description = "Remap example" media.name = "Remap example" filter.graph = { nodes = [ { name = copyIL type = builtin label = copy } { name = copyOL type = builtin label = copy } { name = copyOR type = builtin label = copy } ] links = [ # we can only tee from nodes, not inputs so we need # to copy the inputs and then tee. { output = "copyIL:Out" input = "copyOL:In" } { output = "copyIL:Out" input = "copyOR:In" } ] inputs = [ "copyIL:In" ] outputs = [ "copyOL:Out" "copyOR:Out" ] } capture.props = { node.name = "remap_input.remap-FL-to-FL-FR" audio.position = [ FL ] stream.dont-remix = true node.passive = true } playback.props = { node.name = "remap_output.remap-FL-to-FL-FR" audio.position = [ FL FR ] media.class = "Audio/Source" } } } ]