This commit is contained in:
litagin02
2023-12-29 18:53:31 +09:00
parent ed14f30a9c
commit 863b201b62
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@@ -16,3 +16,4 @@ venv/
/pretrained/*.pth /pretrained/*.pth
/scripts/test/ /scripts/test/
*.zip

View File

@@ -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! 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を元に、正確に感情や発話スタイルを強弱混みで指定して音声を生成することができるようにしたものです。 - [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2)のv2.1を元に、正確に感情や発話スタイルを強弱混みで指定して音声を生成することができるようにしたものです。

8
docs/CHANGELOG.md Normal file
View File

@@ -0,0 +1,8 @@
# Changelog
## v1.1
- TrainとDatasetのWebUIの改良・調整一括事前処理ボタン等
- 前処理のリサンプリング時に音量を正規化するオプションを追加(デフォルトでオン)
## v1.0
- 初版