From 4b597e4746f76a51f7b651a0257f0c70853a5ad3 Mon Sep 17 00:00:00 2001 From: Infko Date: Sat, 15 Jul 2023 18:02:34 +0000 Subject: [PATCH 1/2] doc# add doc --- README.md | 1 + README_zh_CN.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7cc37..43770c5 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ dataset_raw ├───... └───xxx7-xxx007.wav ``` +There are no 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 format must be in `wav` format. You can customize the speaker's name as showed below: diff --git a/README_zh_CN.md b/README_zh_CN.md index 036791f..fbc536a 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -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`格式。 可以自定义说话人名称 From b2056f6632ed85fd658d94073950a697265b63f4 Mon Sep 17 00:00:00 2001 From: Infko Date: Sat, 15 Jul 2023 18:08:33 +0000 Subject: [PATCH 2/2] =?UTF-8?q?doc#=20=E4=BF=AE=E6=AD=A3=E8=A1=A8=E8=BE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43770c5..ff0fa64 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ dataset_raw ├───... └───xxx7-xxx007.wav ``` -There are no 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 format must be in `wav` format. +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: diff --git a/README_zh_CN.md b/README_zh_CN.md index fbc536a..af85e92 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -183,7 +183,7 @@ dataset_raw ├───... └───xxx7-xxx007.wav ``` -对于每一个音频文件的名称并没有格式的限制(`000001.wav`~`999999.wav`之类的命名方式也是合法的),不过格式须要是`wav`格式。 +对于每一个音频文件的名称并没有格式的限制(`000001.wav`~`999999.wav`之类的命名方式也是合法的),不过文件类型必须是`wav`。 可以自定义说话人名称