mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-13 14:33:03 -04:00
doc: add more sections in the left side index
This commit is contained in:
parent
5553d30f94
commit
f3edb59c78
1 changed files with 7 additions and 7 deletions
|
|
@ -485,7 +485,7 @@ Value ``0`` means the node will not be suspended.
|
||||||
@PAR@ node-prop state.restore-props = true
|
@PAR@ node-prop state.restore-props = true
|
||||||
Whether session manager should save state for this node.
|
Whether session manager should save state for this node.
|
||||||
|
|
||||||
## Format Properties
|
## Format Properties @IDX@ props
|
||||||
|
|
||||||
Streams and also most device nodes can be configured in a certain format with properties.
|
Streams and also most device nodes can be configured in a certain format with properties.
|
||||||
|
|
||||||
|
|
@ -505,7 +505,7 @@ Valid formats include: S16, S32, F32, F64, S16LE, S16BE, ...
|
||||||
@PAR@ node-prop audio.allowed-rates
|
@PAR@ node-prop audio.allowed-rates
|
||||||
An array of allowed samplerates for the node. ex. "[ 44100 48000 ]"
|
An array of allowed samplerates for the node. ex. "[ 44100 48000 ]"
|
||||||
|
|
||||||
## Other Properties
|
## Other Properties @IDX@ props
|
||||||
|
|
||||||
@PAR@ node-prop node.param.PARAM = { ... } # JSON
|
@PAR@ node-prop node.param.PARAM = { ... } # JSON
|
||||||
\parblock
|
\parblock
|
||||||
|
|
@ -527,7 +527,7 @@ performs sample format, sample rate and channel mixing operations.
|
||||||
|
|
||||||
All properties listed below are node properties.
|
All properties listed below are node properties.
|
||||||
|
|
||||||
## Merger Parameters
|
## Merger Parameters @IDX@ props
|
||||||
|
|
||||||
The merger is used as the input for a sink device node or a capture stream. It takes the various channels and merges them into a single stream for further processing.
|
The merger is used as the input for a sink device node or a capture stream. It takes the various channels and merges them into a single stream for further processing.
|
||||||
|
|
||||||
|
|
@ -538,7 +538,7 @@ apply a software volume on the monitor signal.
|
||||||
The volume of the input channels is applied to the volume of the monitor ports. Normally
|
The volume of the input channels is applied to the volume of the monitor ports. Normally
|
||||||
the monitor ports expose the raw unmodified signal on the input ports.
|
the monitor ports expose the raw unmodified signal on the input ports.
|
||||||
|
|
||||||
## Resampler Parameters
|
## Resampler Parameters @IDX@ props
|
||||||
|
|
||||||
Source, sinks, capture and playback streams contain a high quality adaptive resampler.
|
Source, sinks, capture and playback streams contain a high quality adaptive resampler.
|
||||||
It uses [sinc](https://ccrma.stanford.edu/~jos/resample/resample.pdf) based resampling
|
It uses [sinc](https://ccrma.stanford.edu/~jos/resample/resample.pdf) based resampling
|
||||||
|
|
@ -694,7 +694,7 @@ with this property.
|
||||||
The default quality setting for the kaiser window is 4.254931.
|
The default quality setting for the kaiser window is 4.254931.
|
||||||
\endparblock
|
\endparblock
|
||||||
|
|
||||||
## Channel Mixer Parameters
|
## Channel Mixer Parameters @IDX@ props
|
||||||
|
|
||||||
Source, sinks, capture and playback streams can apply channel mixing on the incoming signal.
|
Source, sinks, capture and playback streams can apply channel mixing on the incoming signal.
|
||||||
|
|
||||||
|
|
@ -842,12 +842,12 @@ Dithering is only useful for conversion to a format with less than 24 bits and w
|
||||||
disabled otherwise.
|
disabled otherwise.
|
||||||
\endparblock
|
\endparblock
|
||||||
|
|
||||||
## Debug Parameters
|
## Debug Parameters @IDX@ props
|
||||||
|
|
||||||
@PAR@ node-prop debug.wav-path = ""
|
@PAR@ node-prop debug.wav-path = ""
|
||||||
Make the stream to also write the raw samples to a WAV file for debugging purposes.
|
Make the stream to also write the raw samples to a WAV file for debugging purposes.
|
||||||
|
|
||||||
## Other Parameters
|
## Other Parameters @IDX@ props
|
||||||
|
|
||||||
These control low-level technical features:
|
These control low-level technical features:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue