conf: Fix format inconsistencies and beautify configs

This commit is contained in:
Ivan 2021-09-20 18:00:27 +03:00 committed by Wim Taymans
parent 8efe54a176
commit 1129e90c4f
16 changed files with 356 additions and 356 deletions

View file

@ -1,6 +1,6 @@
# 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.
context.properties = {

View file

@ -1,6 +1,6 @@
# 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.
context.properties = {

View file

@ -1,6 +1,6 @@
# 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.
context.properties = {

View file

@ -1,7 +1,7 @@
# 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
# for system-wide changes or in
# ~/.config/pipewire/media-session.d/ for local changes.
properties = {

View file

@ -1,7 +1,7 @@
# 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
# for system-wide changes or in
# ~/.config/pipewire/media-session.d/ for local changes.
properties = {

View file

@ -1,7 +1,7 @@
# 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
# for system-wide changes or in
# ~/.config/pipewire/media-session.d/ for local changes.
context.properties = {

View file

@ -1,7 +1,7 @@
# 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
# for system-wide changes or in
# ~/.config/pipewire/media-session.d/ for local changes.
properties = { }

View file

@ -1,6 +1,6 @@
# 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.
context.properties = {

View file

@ -1,6 +1,6 @@
# 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.
context.properties = {
@ -214,14 +214,14 @@ context.objects = [
# node.description = "PCM Source"
# media.class = "Audio/Source"
# api.alsa.path = "hw:0"
# #api.alsa.period-size = 1024
# #api.alsa.headroom = 0
# #api.alsa.disable-mmap = false
# #api.alsa.disable-batch = false
# #audio.format = "S16LE"
# #audio.rate = 48000
# #audio.channels = 2
# #audio.position = "FL,FR"
# api.alsa.period-size = 1024
# api.alsa.headroom = 0
# api.alsa.disable-mmap = false
# api.alsa.disable-batch = false
# audio.format = "S16LE"
# audio.rate = 48000
# audio.channels = 2
# audio.position = "FL,FR"
# }
#}
]