pipewire/spa
George Kiagiadakis 0bff0e345f audioconvert: disable monitor port logic if both sides are in dsp mode
There is a use case where you may want to use audioconvert with
both input & output sides configured in dsp mode, for altering
the stream volume. When it is configured like that, the
IS_MONITOR_PORT macro wrongly thinks that all output ports except
the first one are monitor ports, originating in the merger instead
of the splitter.

This change fixes that and it also completely disables exposing
monitor ports, even if they are enabled, when both sides are in
dsp mode (fmt_input_port_info() also uses the same macro to check
if the monitor ports are to be exposed)
2020-02-20 12:34:42 +00:00
..
examples examples: fix some typos and indentation errors 2020-02-04 13:02:38 +01:00
include pod: add and use reserve_bytes helper 2020-02-19 11:02:00 +01:00
plugins audioconvert: disable monitor port logic if both sides are in dsp mode 2020-02-20 12:34:42 +00:00
tests tests: make benchmarks less busy 2020-02-07 15:22:35 +01:00
tools Make interface types a string 2019-12-19 13:36:04 +01:00
meson.build meson: install headers in versioned paths 2020-02-05 16:28:22 +01:00