mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
doc: suggest fragment file name in example configs
This commit is contained in:
parent
9c19284f7f
commit
5e8a7f434b
3 changed files with 39 additions and 33 deletions
|
|
@ -40,6 +40,19 @@
|
|||
* on every processing cycle. This allows trading off
|
||||
* CPU usage for profiling accuracy. Default 0
|
||||
*
|
||||
* ## Config override
|
||||
*
|
||||
* A `module.profiler.args` config section can be added
|
||||
* to override the module arguments.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire.conf.d/my-profiler-args.conf
|
||||
*
|
||||
* module.profiler.args = {
|
||||
* #profile.interval.ms = 10
|
||||
* }
|
||||
*\endcode
|
||||
*
|
||||
* ## Example configuration
|
||||
*
|
||||
* The module has no arguments and is usually added to the config file of
|
||||
|
|
@ -54,17 +67,6 @@
|
|||
* }
|
||||
* ]
|
||||
*\endcode
|
||||
|
||||
* ## Config override
|
||||
*
|
||||
* A `module.profiler.args` config section can be added in the override directory
|
||||
* to override the module arguments.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* module.profiler.args = {
|
||||
* #profile.interval.ms = 10
|
||||
* }
|
||||
*\endcode
|
||||
*
|
||||
* ## See also
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue