diff --git a/mangio_utils/Readme.txt b/mangio_utils/Readme.txt new file mode 100644 index 0000000..7b014b8 --- /dev/null +++ b/mangio_utils/Readme.txt @@ -0,0 +1 @@ +Here, all utility scripts exist for unique features on My fork. \ No newline at end of file diff --git a/mangio_utils/inference_batcher.py b/mangio_utils/inference_batcher.py new file mode 100644 index 0000000..867175f --- /dev/null +++ b/mangio_utils/inference_batcher.py @@ -0,0 +1,5 @@ +# Mangio-RVC-Fork Feature. Splits source audio into multiple segments (nparrays). + +from scipy.io import wavfile +import numpy as np +import os diff --git a/mangio_utils/segment-outputs/Readme.txt b/mangio_utils/segment-outputs/Readme.txt new file mode 100644 index 0000000..ccc4aa7 --- /dev/null +++ b/mangio_utils/segment-outputs/Readme.txt @@ -0,0 +1,2 @@ +This folder (segment-outputs) is where all segment outputs created from the inference-batcher.py +are stored temporarily. \ No newline at end of file