Merge pull request #306 from hxdnshx/finn/doc_fix

Supplementing Description in the Document
This commit is contained in:
YuriHead 2023-07-16 22:16:03 +08:00 committed by GitHub
commit e6ea744a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -182,6 +182,7 @@ dataset_raw
├───...
└───xxx7-xxx007.wav
```
There are no specific restrictions on the format of the name for each audio file (naming conventions such as `000001.wav` to `999999.wav` are also valid), but the file type must be `WAV``.
You can customize the speaker's name as showed below:

View File

@ -170,7 +170,7 @@ unzip -od pretrain/nsf_hifigan pretrain/nsf_hifigan_20221211.zip
## 📊 数据集准备
仅需要以以下文件结构将数据集放入 dataset_raw 目录即可
仅需要以以下文件结构将数据集放入 dataset_raw 目录即可
```
dataset_raw
@ -183,6 +183,7 @@ dataset_raw
├───...
└───xxx7-xxx007.wav
```
对于每一个音频文件的名称并没有格式的限制(`000001.wav`~`999999.wav`之类的命名方式也是合法的),不过文件类型必须是`wav`。
可以自定义说话人名称