ver 1.1
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ venv/
|
||||
/pretrained/*.pth
|
||||
|
||||
/scripts/test/
|
||||
*.zip
|
||||
|
||||
@@ -10,6 +10,8 @@ Online demo: https://huggingface.co/spaces/litagin/Style-Bert-VITS2-JVNV
|
||||
|
||||
This repository is based on [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2) v2.1, so many thanks to the original author!
|
||||
|
||||
- [更新履歴](docs/CHANGELOG.md)
|
||||
|
||||
**概要**
|
||||
|
||||
- [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2)のv2.1を元に、正確に感情や発話スタイルを強弱混みで指定して音声を生成することができるようにしたものです。
|
||||
|
||||
8
docs/CHANGELOG.md
Normal file
8
docs/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## v1.1
|
||||
- TrainとDatasetのWebUIの改良・調整(一括事前処理ボタン等)
|
||||
- 前処理のリサンプリング時に音量を正規化するオプションを追加(デフォルトでオン)
|
||||
|
||||
## v1.0
|
||||
- 初版
|
||||
Reference in New Issue
Block a user