install freqsplit as a package

This commit is contained in:
Joel Mathew Thomas
2025-02-25 03:10:44 +05:30
parent 076e3779ef
commit 0e0e765b6e
25 changed files with 28 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import os
import pytest
import soundfile as sf
from src.refinement.deepfilternet_wrapper import noisereduce
from freqsplit.refinement.deepfilternet_wrapper import noisereduce
def test_noisereduce():
"""Test noise reduction function to ensure output is valid."""