1pw-loopback(1)              General Commands Manual             pw-loopback(1)
2
3
4

NAME

6       pw-loopback - PipeWire loopback client
7

SYNOPSIS

9       pw-loopback [options]
10

DESCRIPTION

12       The pw-loopback program is a PipeWire client that uses the PipeWire
13       loopback module to create loopback nodes, with configuration given via
14       the command-line options.
15

OPTIONS

17       -h | --help
18           Show help.
19
20       -r | --remote=NAME
21           The name of the remote instance to connect to. If left unspecified,
22           a connection is made to the default PipeWire instance.
23
24       -n | --name=NAME
25           Name of the loopback node
26
27       -g | --group=NAME
28           Name of the loopback node group
29
30       -c | --channels=NUMBER
31           Number of channels to provide
32
33       -m | --channel-map=MAP
34           Channel map (default [ FL, FR ])
35
36       -l | --latency=LATENCY
37           Desired latency in ms
38
39       -d | --delay=DELAY
40           Added delay in seconds (floating point allowed)
41
42       -C | --capture=TARGET
43           Target device to capture from
44
45       -P | --playback=TARGET
46           Target device to play to
47
48       --capture-props=PROPS
49           Wanted properties of capture node (in JSON)
50
51       --playback-props=PROPS
52           Wanted properties of capture node (in JSON)
53

AUTHORS

55       The PipeWire Developers
56       <https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is
57       available from <https://pipewire.org>
58

SEE ALSO

60       pipewire(1), pw-cat(1), pactl(1)
61
62       Other ways to create loopback nodes are adding the loopback module in
63       the configuration of a PipeWire daemon, or loading the loopback module
64       using Pulseaudio commands (pactl load-module module-loopback ...).
65
66
67
68
69PipeWire                             1.0.0                      pw-loopback(1)
Impressum