From 8b542b02210ae760ca7d86193fc1e08651ca7590 Mon Sep 17 00:00:00 2001 From: alexlnkp Date: Tue, 25 Jul 2023 06:41:00 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4477be1..91b8046 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# 7/25 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/23 Changelog: - Fp16 detection now works how it did before the last RVC beta; no more training slowdowns compared to how it was before then - Logging on TensorBoard is now done per epoch. It logs every X steps in an epoch; therefore each point on the graph is now represented per-epoch.