diff --git a/audio_separator/separator/separator.py b/audio_separator/separator/separator.py index 9a8e42f..574166e 100644 --- a/audio_separator/separator/separator.py +++ b/audio_separator/separator/separator.py @@ -962,7 +962,7 @@ def _process_with_chunking(self, audio_file_path, custom_output_names=None): self.model_instance.output_dir = temp_dir try: - output_files = self._separate_file(chunk_path, custom_output_names) + output_files = self._separate_file(chunk_path) # Dynamically group chunks by stem name for stem_path in output_files: