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
+2 -2
View File
@@ -1,6 +1,6 @@
import pytest
from src.input.file_reader import read_audio
from src.input.format_checker import is_supported_format
from freqsplit.input.file_reader import read_audio
from freqsplit.input.format_checker import is_supported_format
def test_read_audio():
file_path = "tests/test_audio/cafe_crowd_talk.aiff"