update comments
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 4 Feb 2022 08:18:01 +0000 (09:18 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 4 Feb 2022 08:18:01 +0000 (09:18 +0100)
music_assistant/helpers/audio.py

index 0afbd6f64ccaf56a13004d562bfc693584ff9203..b57fddb3ee61b7cdc6da9cec8acde2218534d8da 100644 (file)
@@ -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