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
|
|
@ -82,6 +82,8 @@
|
|||
* This Virtual sink routes stereo input to the rear channels of a 7.1 sink.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire.conf.d/my-loopback-1.conf
|
||||
*
|
||||
* context.modules = [
|
||||
* { name = libpipewire-module-loopback
|
||||
* args = {
|
||||
|
|
@ -111,6 +113,8 @@
|
|||
* This is useful for splitting up multi-channel inputs from USB audio interfaces that are not yet fully supported by alsa.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire.conf.d/my-loopback-2.conf
|
||||
*
|
||||
* context.modules = [
|
||||
* { name = libpipewire-module-loopback
|
||||
* args = {
|
||||
|
|
@ -137,6 +141,8 @@
|
|||
* using the PSD algorithm on the playback stream.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire.conf.d/my-loopback-3.conf
|
||||
*
|
||||
* context.modules = [
|
||||
* { name = libpipewire-module-loopback
|
||||
* args = {
|
||||
|
|
@ -168,6 +174,8 @@
|
|||
* downmixing from the two first AUX channels of a pro-audio device.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire.conf.d/my-loopback-4.conf
|
||||
*
|
||||
* context.modules = [
|
||||
* { name = libpipewire-module-loopback
|
||||
* args = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue