mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
When parsing the graph, parse the input and output port names into a separate string array. This was we can keep them around when setting up the graph. Instead of setting up the graph right after loading it, do the graph setup when we activate the graph. This makes it possible to pass the input channels to the filter-graph and let it create the right amount of plugins and ouput channels. When setting up the graphs in the audioconverter, pass the current number of channels as the input to the graph and keep track of the channels that each filter produces. This way we can also load a custom upmix or downmix graph, for example. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||