From c32de284c73466123e628dad1216ad533f2ef4ad Mon Sep 17 00:00:00 2001 From: Mangio621 Date: Sun, 14 May 2023 03:32:18 +1000 Subject: [PATCH] Merged pre-upstream-4 conflict resolutions to the main branch. Lots of new features added to infer web, and harvest. Expect instabilities --- mangio_utils/Readme.txt | 1 + mangio_utils/inference_batcher.py | 5 +++++ mangio_utils/segment-outputs/Readme.txt | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 mangio_utils/Readme.txt create mode 100644 mangio_utils/inference_batcher.py create mode 100644 mangio_utils/segment-outputs/Readme.txt 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