Merge tag 'v0.21.12'

release v0.21.12
This commit is contained in:
Max Kellermann
2019-08-03 12:53:23 +02:00
10 changed files with 245 additions and 166 deletions

View File

@@ -539,7 +539,7 @@ JackOutput::Start()
std::fill(dports + num_dports, dports + audio_format.channels,
dports[0]);
} else if (num_dports > audio_format.channels) {
if (audio_format.channels == 1 && num_dports > 2) {
if (audio_format.channels == 1 && num_dports >= 2) {
/* mono input file: connect the one source
channel to the both destination channels */
duplicate_port = dports[1];