From 4fc66b3ae01a3b188aec9f233647b8ac7e490532 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 4 Feb 2022 09:18:01 +0100 Subject: [PATCH] update comments --- music_assistant/helpers/audio.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/music_assistant/helpers/audio.py b/music_assistant/helpers/audio.py index 0afbd6f6..b57fddb3 100644 --- a/music_assistant/helpers/audio.py +++ b/music_assistant/helpers/audio.py @@ -317,6 +317,4 @@ def get_sox_args( filter_args += ["rate", "-v", str(resample)] elif resample: filter_args += ["rate", str(resample)] - # TODO: still not sure about the order of the filter arguments in the chain - # assumption is they need to be at the end of the chain return input_args + output_args + filter_args -- 2.34.1