From 9ae865e0fd6f398173e529470d3b43382878cbfe Mon Sep 17 00:00:00 2001 From: wok Date: Wed, 10 Jul 2024 23:43:32 +0900 Subject: [PATCH] update --- README.md | 6 ++++++ README_en.md | 6 ++++++ README_ko.md | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 933be482..388913b1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ [English](/README_en.md) [Korean](/README_ko.md) ## What's New! +- v.2.0.40-alpha + - 改善 + - 音量対応 + - ASIO対応 + - webフォルダ公開 + - `web_front\assets\i18n\\translation.json`を作成し、`web_front\assets\gui_settings\GUI.json`の`lang`に追加すれば言語対応を拡張できます。 - v.2.0.36-alpha - バグフィックス - RVCの音が割れる問題の対策 diff --git a/README_en.md b/README_en.md index 36355a32..e1eda57f 100644 --- a/README_en.md +++ b/README_en.md @@ -3,6 +3,12 @@ [Japanese](/README.md) [Korean](/README_ko.md) ## What's New! +- v.2.0.40-alpha + - Improvements + - Volume support + - ASIO support + - Web folder publishing + - You can extend language support by creating `web_front\assets\i18n\\translation.json` and adding it to `lang` in `web_front\assets\gui_settings\GUI.json`. - v.2.0.36-alpha - Bug Fixes - Countermeasure for sound clipping issue in RVC diff --git a/README_ko.md b/README_ko.md index 36c93d05..42c17c1c 100644 --- a/README_ko.md +++ b/README_ko.md @@ -3,6 +3,12 @@ [English](/README_en.md) [Japanese](/README.md) ## What's New! +- v.2.0.40-alpha + - 개선 사항 + - 볼륨 지원 + - ASIO 지원 + - 웹 폴더 공개 + - `web_front\assets\i18n\\translation.json` 파일을 생성하고 `web_front\assets\gui_settings\GUI.json`의 `lang`에 추가하면 언어 지원을 확장할 수 있습니다. - v.2.0.36-alpha - 버그 수정 - RVC의 음이 왜곡되는 문제 대책