From 0adf29c35ba1d7dbb4b6f5de946fb1118d67372b Mon Sep 17 00:00:00 2001 From: LM <43877343+lonelyman0108@users.noreply.github.com> Date: Mon, 23 Aug 2021 00:54:26 +0800 Subject: [PATCH] Update README-CN.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix : 解决在未安装vs时会报错"Microsoft Visual C++ 14.0 is required"的问题 --- README-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-CN.md b/README-CN.md index 1b5308d..bd622f1 100644 --- a/README-CN.md +++ b/README-CN.md @@ -24,7 +24,7 @@ * 安装 [PyTorch](https://pytorch.org/get-started/locally/)。 * 安装 [ffmpeg](https://ffmpeg.org/download.html#get-packages)。 * 运行`pip install -r requirements.txt` 来安装剩余的必要包。 -* 安装 webrtcvad 用 `pip install webrtcvad`。 +* 安装 webrtcvad 用 `pip install webrtcvad-wheels`。 ### 2. 使用数据集训练合成器 * 下载 数据集并解压:确保您可以访问 *train* 文件夹中的所有音频文件(如.wav)