Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion audio_separator/separator/separator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading