diff --git a/spa/plugins/audioconvert/channelmix-ops.c b/spa/plugins/audioconvert/channelmix-ops.c index ad2028feb..462b66395 100644 --- a/spa/plugins/audioconvert/channelmix-ops.c +++ b/spa/plugins/audioconvert/channelmix-ops.c @@ -200,6 +200,7 @@ static int make_matrix(struct channelmix *mix) matrix[i][i]= 1.0f; } src_mask = dst_mask = ~0LU; + filter_fc = filter_lfe = true; goto done; } else { spa_log_debug(mix->log, "matching channels");