mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
update
This commit is contained in:
parent
a75f87e433
commit
b5d3e5f066
25
README.md
25
README.md
@ -6,6 +6,15 @@
|
||||
- Beatrice V2 トレーニングコード公開!!!
|
||||
- [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer)
|
||||
- [コラボ版](https://github.com/w-okada/beatrice-trainer-colab)
|
||||
- v.2.0.58-alpha
|
||||
- [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- feature:
|
||||
- SIO ブロードキャスティング
|
||||
- embed ngrok(experimental)
|
||||
- improve:
|
||||
- for Mobile Phone tuning.
|
||||
- bugfix:
|
||||
- macos CUIメッセージ文字化け
|
||||
- v.2.0.55-alpha
|
||||
- [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- improve:
|
||||
@ -13,22 +22,6 @@
|
||||
- WebSocket対応
|
||||
- change
|
||||
- 起動バッチでno_cuiオプションを有効化
|
||||
- v.2.0.50-alpha
|
||||
- [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- improve:
|
||||
- クライアントモードの性能改善
|
||||
- Macエディションにネイティブクライアント同梱
|
||||
- bugfix:
|
||||
- BeatriceV2変換時の入力デバイス変更時(サンプリングレートが異なると落ちる)の例外対応
|
||||
- サーバモードからクライアントモードへ変更時に音が壊れる対策
|
||||
- v.2.0.47-alpha
|
||||
- [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- feature:
|
||||
- extra frameを拡大
|
||||
- bugfix:
|
||||
- beatrice のデフォルト話者IDの変更
|
||||
- モデルファイル名が長いときのエラー対策
|
||||
- モニターデバイスをnoneにしたときの対応。
|
||||
|
||||
# VC Client とは
|
||||
|
||||
|
25
README_en.md
25
README_en.md
@ -6,6 +6,15 @@
|
||||
- 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
|
||||
- [HERE](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- feature:
|
||||
- SIO Broadcasting
|
||||
- Embed ngrok (experimental)
|
||||
- improve:
|
||||
- Tuning for mobile phones.
|
||||
- bugfix:
|
||||
- CUI message garbled text on macOS
|
||||
- v.2.0.55-alpha
|
||||
- [HERE](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- improve:
|
||||
@ -13,22 +22,6 @@
|
||||
- WebSocket support
|
||||
- change:
|
||||
- Enable no_cui option in startup batch
|
||||
- v.2.0.50-alpha
|
||||
- [HERE](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- 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
|
||||
- [HERE](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- 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
|
||||
|
||||
|
25
README_ko.md
25
README_ko.md
@ -6,6 +6,15 @@
|
||||
- Beatrice V2 훈련 코드 공개!!!
|
||||
- [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer)
|
||||
- [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab)
|
||||
- v.2.0.58-alpha
|
||||
- [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- 기능:
|
||||
- SIO 브로드캐스팅
|
||||
- ngrok 내장 (실험적)
|
||||
- 향상된 점:
|
||||
- 모바일 폰을 위한 튜닝.
|
||||
- 버그 수정:
|
||||
- macOS에서 CUI 메시지 글자 깨짐 문제
|
||||
- v.2.0.55-alpha
|
||||
- [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- 개선:
|
||||
@ -13,22 +22,6 @@
|
||||
- WebSocket 지원
|
||||
- 변경:
|
||||
- 시작 배치에서 no_cui 옵션 활성화
|
||||
- v.2.0.50-alpha
|
||||
- [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- 개선사항:
|
||||
- 클라이언트 모드의 성능 개선
|
||||
- Mac 에디션에 네이티브 클라이언트 포함
|
||||
- 버그수정:
|
||||
- BeatriceV2 변환 중 입력 장치를 변경할 때(샘플링 레이트가 다르면 크래시 발생) 예외 처리
|
||||
- 서버 모드에서 클라이언트 모드로 전환 시 음질 손상 문제 해결
|
||||
- v.2.0.47-alpha
|
||||
- [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2)
|
||||
- 기능:
|
||||
- 추가 프레임 확장
|
||||
- 버그 수정:
|
||||
- Beatrice의 기본 화자 ID 변경
|
||||
- 모델 파일 이름이 너무 길 때의 오류 수정
|
||||
- 모니터 장치를 none으로 설정했을 때의 처리.
|
||||
|
||||
# VC Client란
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user