pulseaudio/src/modules/jack
Ben Buchwald bcc2162fb4 module-jackdbus-detect: Separate sink/source channels arguments
If a channels argument is passed module-jackdbus-detect, it is passed to both
module-jack-sink and module-jack-source when those are started. This is a
problem if you want a different number of input channels from output channels.
In particular, if you want more of one than you physically have of the other,
it will fail. This commit adds separate source_channels and sink_channels
arguments to be able to specify the channels arguments to module-jack-source
and module-jack-sink separately. The combined channels argument is kept for
backwards compatibility and will be used as a default for source_channels and
sink_channels if either of them is omitted.
2020-01-02 16:44:15 +00:00
..
module-jack-sink.c core: Expose API to elevate a thread to realtime priority 2018-06-21 06:29:32 +05:30
module-jack-source.c core: Expose API to elevate a thread to realtime priority 2018-06-21 06:29:32 +05:30
module-jackdbus-detect.c module-jackdbus-detect: Separate sink/source channels arguments 2020-01-02 16:44:15 +00:00