Commit eeb0d266 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch '53-multi-channel-lfe-not-retained' into 'main'

Resolve "Multi-channel: LFE not retained"

See merge request !98
parents d86eb631 b90073d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ def filter_itu(
        # process channels separately
        for channel in range(input.num_channels):
            if skip_channel and channel in skip_channel:
                output[:, channel] = input.audio[:, channel]
                continue

            cmd_in_out = cmd.copy()