From 9966540b684a9e1b831ab27abc642155db85749c Mon Sep 17 00:00:00 2001 From: wok Date: Tue, 6 Aug 2024 23:45:22 +0900 Subject: [PATCH] update --- README.md | 6 ++++++ README_en.md | 9 ++++++--- README_ko.md | 6 ++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7e86c6a..050ee2d2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ - Beatrice V2 トレーニングコード公開!!! - [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer) - [コラボ版](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.55-alpha + - improve: + - RVCのCPU負荷を削減 + - WebSocket対応 + - change + - 起動バッチでno_cuiオプションを有効化 - v.2.0.50-alpha - improve: - クライアントモードの性能改善 diff --git a/README_en.md b/README_en.md index 74dc5d8a..32aa4f01 100644 --- a/README_en.md +++ b/README_en.md @@ -6,6 +6,12 @@ - Beatrice V2 Training Code Released!!! - [Training Code Repository](https://huggingface.co/fierce-cats/beatrice-trainer) - [Colab Version](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.55-alpha + - improve: + - Reduced CPU load of RVC + - WebSocket support + - change: + - Enable no_cui option in startup batch - v.2.0.50-alpha - improve: - Improved performance in client mode @@ -20,9 +26,6 @@ - Changed the default speaker ID for Beatrice - Fixed errors when model file names are too long - Handled situation when monitor device is set to none. -- v.2.0.45-alpha - - bugfix - - volume control # What is VC Client diff --git a/README_ko.md b/README_ko.md index d9015046..0ef26fdf 100644 --- a/README_ko.md +++ b/README_ko.md @@ -6,6 +6,12 @@ - Beatrice V2 훈련 코드 공개!!! - [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer) - [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.55-alpha + - 개선: + - RVC의 CPU 부하 감소 + - WebSocket 지원 + - 변경: + - 시작 배치에서 no_cui 옵션 활성화 - v.2.0.50-alpha - 개선사항: - 클라이언트 모드의 성능 개선