From 0c3f41d94adfba5184f7858f1aa93040d1611d7e Mon Sep 17 00:00:00 2001 From: wok Date: Fri, 8 Nov 2024 12:31:25 +0900 Subject: [PATCH] update --- README.md | 8 ++++++++ README_en.md | 8 ++++++++ README_ko.md | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/README.md b/README.md index 79cf4666..f6e56010 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ - Beatrice V2 トレーニングコード公開!!! - [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer) - [コラボ版](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.69-beta + - bugfix: + - 一部の例外発生時にスタートボタンが表示されなくなるバグを修正 + - サーバデバイスモードの出力バッファを調整 + - サーバデバイスモード使用中に設定変更を行うとサンプリングレートが変化するバグを修正 + - 日本語hubert使用時のバグ修正 + - misc: + - サーバデバイスモードのホストAPIフィルタ追加(強調表示) - v.2.0.65-beta - new feature: Beatrice v2 beta.1をサポートしました。さらなる高品質な音声変換が可能になります。 - v.2.0.61-alpha diff --git a/README_en.md b/README_en.md index 95569df0..91a7070b 100644 --- a/README_en.md +++ b/README_en.md @@ -6,6 +6,14 @@ - 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.69-beta + - bugfix: + - Fixed a bug where the start button would not be displayed in case of some exceptions + - Adjusted the output buffer for server device mode + - Fixed a bug where the sampling rate would change when settings were modified while using server device mode + - Fixed a bug when using Japanese hubert + - misc: + - Added host API filter (highlighted) for server device mode - v.2.0.65-beta - new feature: We have supported Beatrice v2 beta.1, enabling even higher quality voice conversion. diff --git a/README_ko.md b/README_ko.md index 9f50cef2..d8fa1b48 100644 --- a/README_ko.md +++ b/README_ko.md @@ -6,6 +6,14 @@ - Beatrice V2 훈련 코드 공개!!! - [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer) - [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.69-beta + - 버그 수정: + - 일부 예외 발생 시 시작 버튼이 표시되지 않는 버그를 수정 + - 서버 디바이스 모드의 출력 버퍼 조정 + - 서버 디바이스 모드 사용 중 설정 변경 시 샘플링 레이트가 변하는 버그 수정 + - 일본어 hubert 사용 시 버그 수정 + - 기타: + - 서버 디바이스 모드에 호스트 API 필터 추가 (강조 표시) - v.2.0.65-beta - new feature: Beatrice v2 beta.1를 지원하여 더 높은 품질의 음성 변환이 가능해졌습니다 - v.2.0.61-alpha