mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
update
This commit is contained in:
parent
b8532aaba1
commit
0875f42eba
@ -6,6 +6,13 @@
|
|||||||
- Beatrice V2 トレーニングコード公開!!!
|
- Beatrice V2 トレーニングコード公開!!!
|
||||||
- [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer)
|
- [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer)
|
||||||
- [コラボ版](https://github.com/w-okada/beatrice-trainer-colab)
|
- [コラボ版](https://github.com/w-okada/beatrice-trainer-colab)
|
||||||
|
- v.2.0.50-alpha
|
||||||
|
- improve:
|
||||||
|
- クライアントモードの性能改善
|
||||||
|
- Macエディションにネイティブクライアント同梱
|
||||||
|
- bugfix:
|
||||||
|
- BeatriceV2変換時の入力デバイス変更時(サンプリングレートが異なると落ちる)の例外対応
|
||||||
|
- サーバモードからクライアントモードへ変更時に音が壊れる対策
|
||||||
- v.2.0.47-alpha
|
- v.2.0.47-alpha
|
||||||
- feature:
|
- feature:
|
||||||
- extra frameを拡大
|
- extra frameを拡大
|
||||||
|
@ -6,6 +6,13 @@
|
|||||||
- Beatrice V2 Training Code Released!!!
|
- Beatrice V2 Training Code Released!!!
|
||||||
- [Training Code Repository](https://huggingface.co/fierce-cats/beatrice-trainer)
|
- [Training Code Repository](https://huggingface.co/fierce-cats/beatrice-trainer)
|
||||||
- [Colab Version](https://github.com/w-okada/beatrice-trainer-colab)
|
- [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
|
- v.2.0.47-alpha
|
||||||
- feature:
|
- feature:
|
||||||
- Expanded extra frame
|
- Expanded extra frame
|
||||||
|
10
README_ko.md
10
README_ko.md
@ -6,6 +6,13 @@
|
|||||||
- Beatrice V2 훈련 코드 공개!!!
|
- Beatrice V2 훈련 코드 공개!!!
|
||||||
- [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer)
|
- [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer)
|
||||||
- [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab)
|
- [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab)
|
||||||
|
- v.2.0.50-alpha
|
||||||
|
- 개선사항:
|
||||||
|
- 클라이언트 모드의 성능 개선
|
||||||
|
- Mac 에디션에 네이티브 클라이언트 포함
|
||||||
|
- 버그수정:
|
||||||
|
- BeatriceV2 변환 중 입력 장치를 변경할 때(샘플링 레이트가 다르면 크래시 발생) 예외 처리
|
||||||
|
- 서버 모드에서 클라이언트 모드로 전환 시 음질 손상 문제 해결
|
||||||
- v.2.0.47-alpha
|
- v.2.0.47-alpha
|
||||||
- 기능:
|
- 기능:
|
||||||
- 추가 프레임 확장
|
- 추가 프레임 확장
|
||||||
@ -13,9 +20,6 @@
|
|||||||
- Beatrice의 기본 화자 ID 변경
|
- Beatrice의 기본 화자 ID 변경
|
||||||
- 모델 파일 이름이 너무 길 때의 오류 수정
|
- 모델 파일 이름이 너무 길 때의 오류 수정
|
||||||
- 모니터 장치를 none으로 설정했을 때의 처리.
|
- 모니터 장치를 none으로 설정했을 때의 처리.
|
||||||
- v.2.0.45-alpha
|
|
||||||
- bugfix
|
|
||||||
- 음량 조절
|
|
||||||
|
|
||||||
# VC Client란
|
# VC Client란
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user