rename samples/ to test_audio, and move it to tests/

This commit is contained in:
Joel Mathew Thomas
2025-01-11 03:24:05 +05:30
parent 65fefe5ace
commit 5164e2cebd
9 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def test_demucs_separation_with_preprocessing():
Test to ensure Demucs separation works with preprocessing and creates expected outputs.
"""
input_file = "./samples/am_contra_heart_peripheral.wav"
input_file = "tests/test_audio/am_contra_heart_peripheral.wav"
file_name = Path(input_file).stem
output_path = "/tmp/demucs-test"
waveform, samplerate = read_audio(input_file)