rename package: freq-split-enhance -> freqsplit

This commit is contained in:
Joel Mathew Thomas
2025-02-25 19:05:37 +05:30
parent 9561f973aa
commit b51edcf173
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ logging.basicConfig(
level = logging.INFO
)
logging.info("freq-split-enhance/input package has been imported.")
logging.info("freqsplit/input package has been imported.")
+1 -1
View File
@@ -9,4 +9,4 @@ logging.basicConfig(
level = logging.INFO
)
logging.info("freq-split-enhance/postprocessing package has been imported.")
logging.info("freqsplit/postprocessing package has been imported.")
+1 -1
View File
@@ -9,4 +9,4 @@ logging.basicConfig(
level = logging.INFO
)
logging.info("freq-split-enhance/preprocessing package has been imported.")
logging.info("freqsplit/preprocessing package has been imported.")
+1 -1
View File
@@ -9,4 +9,4 @@ logging.basicConfig(
level = logging.INFO
)
logging.info("freq-split-enhance/refinement package has been imported.")
logging.info("freqsplit/refinement package has been imported.")
+1 -1
View File
@@ -9,4 +9,4 @@ logging.basicConfig(
level = logging.INFO
)
logging.info("freq-split-enhance/separation package has been imported.")
logging.info("freqsplit/separation package has been imported.")
+1 -1
View File
@@ -9,4 +9,4 @@ logging.basicConfig(
level = logging.INFO
)
logging.info("freq-split-enhance/spectogram package has been imported.")
logging.info("freqsplit/spectogram package has been imported.")