Skip to content
  • Ben Buchwald's avatar
    module-jackdbus-detect: Separate sink/source channels arguments · bcc2162f
    Ben Buchwald authored and Tanu Kaskinen's avatar Tanu Kaskinen committed
    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.
    bcc2162f