mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
conf: Fix format inconsistencies and beautify configs
This commit is contained in:
parent
8efe54a176
commit
1129e90c4f
16 changed files with 356 additions and 356 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# 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
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for system-wide changes
|
||||||
# or in ~/.config/pipewire for local changes.
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# 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
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for system-wide changes
|
||||||
# or in ~/.config/pipewire for local changes.
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# 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
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for system-wide changes
|
||||||
# or in ~/.config/pipewire for local changes.
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# 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/
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/
|
||||||
# for systemwide changes or in
|
# for system-wide changes or in
|
||||||
# ~/.config/pipewire/media-session.d/ for local changes.
|
# ~/.config/pipewire/media-session.d/ for local changes.
|
||||||
|
|
||||||
properties = {
|
properties = {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# 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/
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/
|
||||||
# for systemwide changes or in
|
# for system-wide changes or in
|
||||||
# ~/.config/pipewire/media-session.d/ for local changes.
|
# ~/.config/pipewire/media-session.d/ for local changes.
|
||||||
|
|
||||||
properties = {
|
properties = {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# 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/
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/
|
||||||
# for systemwide changes or in
|
# for system-wide changes or in
|
||||||
# ~/.config/pipewire/media-session.d/ for local changes.
|
# ~/.config/pipewire/media-session.d/ for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# 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/
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/
|
||||||
# for systemwide changes or in
|
# for system-wide changes or in
|
||||||
# ~/.config/pipewire/media-session.d/ for local changes.
|
# ~/.config/pipewire/media-session.d/ for local changes.
|
||||||
|
|
||||||
properties = { }
|
properties = { }
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# 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
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for system-wide changes
|
||||||
# or in ~/.config/pipewire for local changes.
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# 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
|
# Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for system-wide changes
|
||||||
# or in ~/.config/pipewire for local changes.
|
# or in ~/.config/pipewire for local changes.
|
||||||
|
|
||||||
context.properties = {
|
context.properties = {
|
||||||
|
|
@ -214,14 +214,14 @@ context.objects = [
|
||||||
# node.description = "PCM Source"
|
# node.description = "PCM Source"
|
||||||
# media.class = "Audio/Source"
|
# media.class = "Audio/Source"
|
||||||
# api.alsa.path = "hw:0"
|
# api.alsa.path = "hw:0"
|
||||||
# #api.alsa.period-size = 1024
|
# api.alsa.period-size = 1024
|
||||||
# #api.alsa.headroom = 0
|
# api.alsa.headroom = 0
|
||||||
# #api.alsa.disable-mmap = false
|
# api.alsa.disable-mmap = false
|
||||||
# #api.alsa.disable-batch = false
|
# api.alsa.disable-batch = false
|
||||||
# #audio.format = "S16LE"
|
# audio.format = "S16LE"
|
||||||
# #audio.rate = 48000
|
# audio.rate = 48000
|
||||||
# #audio.channels = 2
|
# audio.channels = 2
|
||||||
# #audio.position = "FL,FR"
|
# audio.position = "FL,FR"
|
||||||
# }
|
# }
|
||||||
#}
|
#}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue