Skip to content

Commit

Permalink
Batch and cli fixes + stftpitchshift overhaul
Browse files Browse the repository at this point in the history
batch and cli fixes + stftpitchshift overhaul
  • Loading branch information
kalomaze authored Jul 27, 2023
2 parents 2d8e933 + e20cbe7 commit d7778b3
Show file tree
Hide file tree
Showing 12 changed files with 344 additions and 197 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,49 @@
.DS_Store
__pycache__
/TEMP
/AUDIOS
/DATASETS
/LOGS
/RUNTIME
*.pyd
hubert_base.pt
/logs
.venv
alexforkINSTALL.bat
Changelog_CN.md
Changelog_EN.md
Changelog_KO.md
difdep.py
EasierGUI.py
envfilescheck.bat
export_onnx.py
export_onnx_old.py
ffmpeg.exe
ffprobe.exe
Fixes/Launch_Tensorboard.bat
Fixes/LOCAL_CREPE_FIX.bat
Fixes/local_fixes.py
Fixes/tensor-launch.py
gui.py
infer-web backup.py
infer-webbackup.py
install_easy_dependencies.py
install_easyGUI.bat
installstft.bat
Launch_Tensorboard.bat
listdepend.bat
LOCAL_CREPE_FIX.bat
local_fixes.py
oldinfer.py
onnx_inference_demo.py
Praat.exe
requirementsNEW.txt
rmvpe.pt
run_easiergui.bat
tensor-launch.py
values1.json
使用需遵守的协议-LICENSE.txt
trainset_preprocess_pipeline_print.py
configs/48k.json
configs/40k.json
configs/32k.json
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 7/26 Changelog:
- Fixed the cli inferencing traceback.
- SQL Databases implemented for formanting training stop.
- Gradio browser tab renamed to `Mangio-RVC-Web 💻`.
- Rudimentary functions from `infer-web.py` removed.
- Formanting now accepts any audio format, as long as it is supported by FFmpeg.

# 7/25 Changelog:
- Better MacOS installation script. For inference, all that needs to be done is running the `run.sh` from the extracted zip folder, where it will install Python 3.8, Homebrew, and other dependencies for you automatically. M1 Macs are natively supported for GPU acceleration, and training should work if you choose to download the pretrained models.

Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions extract_f0_print.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@

DoFormant = False

with open("formanting.txt", "r") as fvf:
content = fvf.readlines()
Quefrency, Timbre = content[1].split("\n")[0], content[2].split("\n")[0]

Quefrency = 0.0
Timbre = 0.0

def printt(strr):
print(strr)
Expand Down
3 changes: 0 additions & 3 deletions formanting.txt

This file was deleted.

2 changes: 1 addition & 1 deletion formantshiftcfg/f2m.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
8.0
-1.2
0.8
2 changes: 1 addition & 1 deletion formantshiftcfg/random.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
16.0
32.0
9.8
Loading

0 comments on commit d7778b3

Please sign in to comment.