This commit is contained in:
wok 2024-08-07 19:48:38 +09:00
parent 9966540b68
commit 37c72d4238
3 changed files with 25 additions and 42 deletions

View File

@ -6,26 +6,21 @@
- Beatrice V2 トレーニングコード公開!!!
- [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer)
- [コラボ版](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.58-alpha
- feature:
- SIO ブロードキャスティング
- embed ngrok(experimental)
- improve:
- for Mobile Phone tuning.
- bugfix:
- macos CUIメッセージ文字化け
- v.2.0.55-alpha
- improve:
- RVCのCPU負荷を削減
- WebSocket対応
- change
- 起動バッチでno_cuiオプションを有効化
- v.2.0.50-alpha
- improve:
- クライアントモードの性能改善
- Macエディションにネイティブクライアント同梱
- bugfix:
- BeatriceV2変換時の入力デバイス変更時(サンプリングレートが異なると落ちる)の例外対応
- サーバモードからクライアントモードへ変更時に音が壊れる対策
- v.2.0.47-alpha
- feature:
- extra frameを拡大
- bugfix:
- beatrice のデフォルト話者IDの変更
- モデルファイル名が長いときのエラー対策
- モニターデバイスをnoneにしたときの対応。
# VC Client とは
1. 各種音声変換 AI(VC, Voice Conversion)を用いてリアルタイム音声変換を行うためのクライアントソフトウェアです。サポートしている音声変換 AI は次のものになります。

View File

@ -6,26 +6,20 @@
- 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.58-alpha
- feature:
- SIO Broadcasting
- Embed ngrok (experimental)
- improve:
- Tuning for mobile phones.
- bugfix:
- CUI message garbled text on macOS
- 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
- 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
- bugfix:
- 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.
# What is VC Client

View File

@ -6,26 +6,20 @@
- Beatrice V2 훈련 코드 공개!!!
- [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer)
- [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.58-alpha
- 기능:
- SIO 브로드캐스팅
- ngrok 내장 (실험적)
- 향상된 점:
- 모바일 폰을 위한 튜닝.
- 버그 수정:
- macOS에서 CUI 메시지 글자 깨짐 문제
- v.2.0.55-alpha
- 개선:
- RVC의 CPU 부하 감소
- WebSocket 지원
- 변경:
- 시작 배치에서 no_cui 옵션 활성화
- v.2.0.50-alpha
- 개선사항:
- 클라이언트 모드의 성능 개선
- Mac 에디션에 네이티브 클라이언트 포함
- 버그수정:
- BeatriceV2 변환 중 입력 장치를 변경할 때(샘플링 레이트가 다르면 크래시 발생) 예외 처리
- 서버 모드에서 클라이언트 모드로 전환 시 음질 손상 문제 해결
- v.2.0.47-alpha
- 기능:
- 추가 프레임 확장
- 버그 수정:
- Beatrice의 기본 화자 ID 변경
- 모델 파일 이름이 너무 길 때의 오류 수정
- 모니터 장치를 none으로 설정했을 때의 처리.
# VC Client란