From: Marcel van der Veldt Date: Fri, 4 Feb 2022 08:18:01 +0000 (+0100) Subject: update comments X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4fc66b3ae01a3b188aec9f233647b8ac7e490532;p=music-assistant-server.git update comments --- 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