summaryrefslogtreecommitdiffstats
path: root/man/pw-jack.1.rst.in
blob: 0781b3d7b2cec3f536fa4a92e57078e7520e54e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
pw-jack
#######

----------------------------
Use PipeWire instead of JACK
----------------------------

:Manual section: 1
:Manual group: General Commands Manual

SYNOPSIS
========

| **pw-jack** [*options*] *COMMAND* [*FILE*]

DESCRIPTION
===========

**pw-jack** modifies the ``LD_LIBRARY_PATH`` environment
variable so that applications will load PipeWire's reimplementation
of the JACK client libraries instead of JACK's own
libraries. This results in JACK clients being redirected to
PipeWire.

If PipeWire's reimplementation of the JACK client libraries
has been installed as a system-wide replacement for JACK's
own libraries, then the whole system already behaves in that way,
in which case **pw-jack** has no practical effect.

OPTIONS
=======

-h
  Show help.

-r NAME
  The name of the remote instance to connect to. If left
  unspecified, a connection is made to the default PipeWire
  instance.

-v
  Verbose operation.

EXAMPLES
========

| **pw-jack** sndfile-jackplay /usr/share/sounds/freedesktop/stereo/bell.oga

NOTES
=====

Using PipeWire for audio is currently considered to be
experimental.

AUTHORS
=======

The PipeWire Developers <@PACKAGE_BUGREPORT@>;
PipeWire is available from @PACKAGE_URL@

SEE ALSO
========

``pipewire(1)``,
``jackd(1)``,