This commit is contained in:
wok 2024-08-01 10:28:08 +09:00
parent b8532aaba1
commit 0875f42eba
3 changed files with 21 additions and 3 deletions

View File

@ -6,6 +6,13 @@
- Beatrice V2 トレーニングコード公開!!!
- [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer)
- [コラボ版](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.50-alpha
- improve:
- クライアントモードの性能改善
- Macエディションにネイティブクライアント同梱
- bugfix:
- BeatriceV2変換時の入力デバイス変更時(サンプリングレートが異なると落ちる)の例外対応
- サーバモードからクライアントモードへ変更時に音が壊れる対策
- v.2.0.47-alpha
- feature:
- extra frameを拡大

View File

@ -6,6 +6,13 @@
- 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.50-alpha
- improve:
- Improved performance in client mode
- Bundled native client with Mac edition
- bugfix:
- Fixed exception when changing input device during BeatriceV2 conversion (if the sampling rate is different, it crashes)
- Fixed issue where sound gets corrupted when switching from server mode to client mode
- v.2.0.47-alpha
- feature:
- Expanded extra frame

View File

@ -6,6 +6,13 @@
- Beatrice V2 훈련 코드 공개!!!
- [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer)
- [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.50-alpha
- 개선사항:
- 클라이언트 모드의 성능 개선
- Mac 에디션에 네이티브 클라이언트 포함
- 버그수정:
- BeatriceV2 변환 중 입력 장치를 변경할 때(샘플링 레이트가 다르면 크래시 발생) 예외 처리
- 서버 모드에서 클라이언트 모드로 전환 시 음질 손상 문제 해결
- v.2.0.47-alpha
- 기능:
- 추가 프레임 확장
@ -13,9 +20,6 @@
- Beatrice의 기본 화자 ID 변경
- 모델 파일 이름이 너무 길 때의 오류 수정
- 모니터 장치를 none으로 설정했을 때의 처리.
- v.2.0.45-alpha
- bugfix
- 음량 조절
# VC Client란