From: Guillaume Pellerin Date: Mon, 22 Apr 2024 08:22:23 +0000 (+0200) Subject: offset only with option X-Git-Tag: 3.0.1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b9e97c37df911a0c0a800dd9d48c486670b0d371;p=telecaster-server.git offset only with option --- diff --git a/bin/mastering/mastering.py b/bin/mastering/mastering.py index 54e499f..dde579e 100755 --- a/bin/mastering/mastering.py +++ b/bin/mastering/mastering.py @@ -152,9 +152,9 @@ class TeleCasterMastering(object): if source_files: offsets = {} - if len(source_files) > 1: + if len(source_files) > 1 and self.auto_offset_mode: offsets = self.find_best_offset(source_files) - print(offsets) + # print(offsets) for file in source_files: path = os.path.abspath(file) filename, ext = os.path.splitext(file)