mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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,7 @@
|
||||||
# Real-time Client config file for PipeWire version @VERSION@ #
|
# Real-time Client config file for PipeWire version @VERSION@ #
|
||||||
|
#
|
||||||
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes
|
||||||
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
## Configure properties in the system.
|
## Configure properties in the system.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
# Client config file for PipeWire version @VERSION@ #
|
# Client config file for PipeWire version @VERSION@ #
|
||||||
|
#
|
||||||
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes
|
||||||
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
## Configure properties in the system.
|
## Configure properties in the system.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
# JACK client config file for PipeWire version @VERSION@ #
|
# JACK client config file for PipeWire version @VERSION@ #
|
||||||
|
#
|
||||||
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes
|
||||||
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
## Configure properties in the system.
|
## Configure properties in the system.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
# ALSA monitor config file for PipeWire version @VERSION@ #
|
# 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 = {
|
properties = {
|
||||||
# Create a JACK device. This is not enabled by default because
|
# Create a JACK device. This is not enabled by default because
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
# Bluez monitor config file for PipeWire version @VERSION@ #
|
# 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 = {
|
properties = {
|
||||||
# Enable mSBC support, disabled by default. Be aware that
|
# Enable mSBC support, disabled by default. Be aware that
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
# Media session config file for PipeWire version @VERSION@ #
|
# 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 = {
|
context.properties = {
|
||||||
# Properties to configure the session and some
|
# Properties to configure the session and some
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
# V4L2 monitor config file for PipeWire version @VERSION@ #
|
# 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 = { }
|
properties = { }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ pipewire_c_args = [
|
||||||
|
|
||||||
conf_config = configuration_data()
|
conf_config = configuration_data()
|
||||||
conf_config.set('VERSION', '"@0@"'.format(pipewire_version))
|
conf_config.set('VERSION', '"@0@"'.format(pipewire_version))
|
||||||
|
conf_config.set('PIPEWIRE_CONFIG_DIR', pipewire_configdir)
|
||||||
conf_config.set('media_session_path', pipewire_bindir / 'pipewire-media-session')
|
conf_config.set('media_session_path', pipewire_bindir / 'pipewire-media-session')
|
||||||
conf_config.set('pipewire_path', pipewire_bindir / 'pipewire')
|
conf_config.set('pipewire_path', pipewire_bindir / 'pipewire')
|
||||||
conf_config.set('pipewire_pulse_path', pipewire_bindir / 'pipewire-pulse')
|
conf_config.set('pipewire_pulse_path', pipewire_bindir / 'pipewire-pulse')
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
# PulseAudio config file for PipeWire version @VERSION@ #
|
# PulseAudio config file for PipeWire version @VERSION@ #
|
||||||
|
#
|
||||||
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes
|
||||||
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
## Configure properties in the system.
|
## Configure properties in the system.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
# Daemon config file for PipeWire version @VERSION@ #
|
# Daemon config file for PipeWire version @VERSION@ #
|
||||||
|
#
|
||||||
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes
|
||||||
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
## Configure properties in the system.
|
## Configure properties in the system.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue