mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
doc: in user-facing config examples, indicate which file it goes into
Add suggestions for config fragments in config file examples, as applicable.
This commit is contained in:
parent
97719948a5
commit
ec5684302c
34 changed files with 144 additions and 26 deletions
|
|
@ -48,6 +48,8 @@
|
|||
* A config section with server properties can be given.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire-pulse.conf.d/custom.conf
|
||||
*
|
||||
* pulse.properties = {
|
||||
* # the addresses this server listens on
|
||||
* server.address = [
|
||||
|
|
@ -297,6 +299,8 @@
|
|||
* section with a `quirks` and an `update-props` action.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire-pulse.conf.d/custom.conf
|
||||
*
|
||||
* pulse.rules = [
|
||||
* {
|
||||
* # skype does not want to use devices that don't have an S16 sample format.
|
||||
|
|
@ -343,6 +347,8 @@
|
|||
* ## Example configuration
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire-pulse.conf.d/custom.conf
|
||||
*
|
||||
* context.modules = [
|
||||
* { name = libpipewire-module-protocol-pulse
|
||||
* args = { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue