mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
config: add some comments in the config file
About where to copy and change it.
This commit is contained in:
parent
e3d3f04780
commit
dde03a7dd3
10 changed files with 32 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# ALSA monitor config file for PipeWire version @VERSION@ #
|
||||
#
|
||||
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/
|
||||
# for systemwide changes or in
|
||||
# ~/.config/pipewire/media-session.d/ for local changes.
|
||||
|
||||
properties = {
|
||||
# Create a JACK device. This is not enabled by default because
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
# Bluez monitor config file for PipeWire version @VERSION@ #
|
||||
#
|
||||
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/
|
||||
# for systemwide changes or in
|
||||
# ~/.config/pipewire/media-session.d/ for local changes.
|
||||
|
||||
properties = {
|
||||
# Enable mSBC support, disabled by default. Be aware that
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
# Media session config file for PipeWire version @VERSION@ #
|
||||
#
|
||||
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/
|
||||
# for systemwide changes or in
|
||||
# ~/.config/pipewire/media-session.d/ for local changes.
|
||||
|
||||
context.properties = {
|
||||
# Properties to configure the session and some
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
# V4L2 monitor config file for PipeWire version @VERSION@ #
|
||||
#
|
||||
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/
|
||||
# for systemwide changes or in
|
||||
# ~/.config/pipewire/media-session.d/ for local changes.
|
||||
|
||||
properties = { }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue