code cleanup

removed unused parameter from demucs_wrapper
This commit is contained in:
Joel Mathew Thomas
2024-12-27 19:01:24 +00:00
parent fba8fb9b80
commit 8078d4ebd3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import soundfile as sf
import tempfile
from pathlib import Path
def separate_audio_with_demucs(input_file, sample_rate, output_dir: str):
def separate_audio_with_demucs(input_file, output_dir: str):
"""
Use subprocess to run Demucs separation on an input audio file.
Parameters: