Commit de484f9d authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

fix formatting

parent 5f518d6d
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -333,7 +333,9 @@ def generate_MASA_scene(
                offset = source_shift
            else:
                # insert zeros to the new SBA source signal to shift it right
                x.audio = audioarray.trim(x.audio, x.fs, limits=[delta_offset, 0], samples=True)
                x.audio = audioarray.trim(
                    x.audio, x.fs, limits=[delta_offset, 0], samples=True
                )

            # adjust the length of the audio source signal
            delta_length = len(x.audio) - len(y_int.audio)
+3 −1
Original line number Diff line number Diff line
@@ -333,7 +333,9 @@ def generate_MC_scene(
                offset = source_shift
            else:
                # insert zeros to the new SBA source signal to shift it right
                x.audio = audioarray.trim(x.audio, x.fs, limits=[delta_offset, 0], samples=True)
                x.audio = audioarray.trim(
                    x.audio, x.fs, limits=[delta_offset, 0], samples=True
                )

            # adjust the length of the audio source signal
            delta_length = len(x.audio) - len(y_int.audio)