Merged pre-upstream-4 conflict resolutions to the main branch. Lots of new features added to infer web, and harvest. Expect instabilities

This commit is contained in:
Mangio621
2023-05-14 03:32:18 +10:00
parent 194945fbc8
commit c32de284c7
3 changed files with 8 additions and 0 deletions

1
mangio_utils/Readme.txt Normal file
View File

@@ -0,0 +1 @@
Here, all utility scripts exist for unique features on My fork.

View File

@@ -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

View File

@@ -0,0 +1,2 @@
This folder (segment-outputs) is where all segment outputs created from the inference-batcher.py
are stored temporarily.