README a bit updated
This commit is contained in:
parent
b6f9754600
commit
38953efca5
18
README.org
18
README.org
@ -6,9 +6,10 @@ handle audio devices. It allows displaying PipeWire devices and
|
|||||||
clients, changing volumes and muting and unmuting of PipeWire sinks
|
clients, changing volumes and muting and unmuting of PipeWire sinks
|
||||||
and sources and setting default sinks and sources.
|
and sources and setting default sinks and sources.
|
||||||
|
|
||||||
It is an experimental initial version that may be quite buggy. It
|
pipewire-0 currently relies on the output of the PipeWire command line
|
||||||
works for me but may not work in other environments. Feel free to use
|
tools. It works for me but it may not work in other environments.
|
||||||
it, fix it, fork it. [[*Contact][Contact me]] if you want to discuss anything.
|
Feel free to use it, fix it, fork it. [[*Contact][Contact me]] if you want to
|
||||||
|
discuss anything.
|
||||||
|
|
||||||
* Usage
|
* Usage
|
||||||
|
|
||||||
@ -48,6 +49,7 @@ Most of the interactive functions can be used anywhere:
|
|||||||
- =pipewire-decrase-volume=
|
- =pipewire-decrase-volume=
|
||||||
- =pipewire-set-volume=
|
- =pipewire-set-volume=
|
||||||
- =pipewire-toggle-muted=
|
- =pipewire-toggle-muted=
|
||||||
|
- =pipewire-toggle-microphone=
|
||||||
- =pipewire-set-default=
|
- =pipewire-set-default=
|
||||||
|
|
||||||
They can be bound to multimedia keys:
|
They can be bound to multimedia keys:
|
||||||
@ -84,11 +86,11 @@ display current volume level of the default audio sink:
|
|||||||
|
|
||||||
* Notes
|
* Notes
|
||||||
|
|
||||||
PipeWire is currently accessed using [[https://docs.pipewire.org/page_man_pw_cli_1.html][pw-cli]] command line utility. Its
|
PipeWire is currently accessed using [[https://docs.pipewire.org/page_man_pw_cli_1.html][pw-cli]] command line utility.
|
||||||
output is apparently undocumented and changes between versions so this
|
pw-cli output is apparently undocumented and changes between versions
|
||||||
is not a reliable way to communicate with PipeWire. But I don’t know
|
so this is not a reliable way to communicate with PipeWire. But I
|
||||||
about anything better currently. Nevertheless, it’s easy to replace
|
don’t know about anything better currently. Nevertheless, it’s easy
|
||||||
pw-cli with something else in [[file:pw-access.el][pw-access.el]].
|
to replace pw-cli with something else in [[file:pw-access.el][pw-access.el]].
|
||||||
|
|
||||||
** Why is it named pipewire-0?
|
** Why is it named pipewire-0?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user