From 525404667fca74a3961414112e8023ee6bb87c5e Mon Sep 17 00:00:00 2001 From: grasswolfs Date: Mon, 20 Dec 2021 00:44:13 +0800 Subject: [PATCH] test=develop, test=doc_fix --- README.md | 3 ++- README_cn.md | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c87abf48..a3a7adf8 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ Normally, [Speech SoTA](https://paperswithcode.com/area/speech), [Audio SoTA](ht - [Released Models](./docs/source/released_model.md) - [Community](#Community) - [Welcome to contribute](#contribution) -- [licence](#License) +- [License](#License) The Text-to-Speech module is originally called [Parakeet](https://github.com/PaddlePaddle/Parakeet), and now merged with this repository. If you are interested in academic research about this task, please see [TTS research overview](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/docs/source/tts#overview). Also, [this document](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/tts/models_introduction.md) is a good guideline for the pipeline components. @@ -472,6 +472,7 @@ You are warmly welcome to submit questions in [discussions](https://github.com/P Besides, PaddleSpeech depends on a lot of open source repositories. See [references](./docs/source/reference.md) for more information. + ## License PaddleSpeech is provided under the [Apache-2.0 License](./LICENSE). diff --git a/README_cn.md b/README_cn.md index 1db06428..c8ade101 100644 --- a/README_cn.md +++ b/README_cn.md @@ -135,7 +135,7 @@ from https://github.com/18F/open-source-guide/blob/18f-pages/pages/making-readme - 🤗 2021.12.14: 我们在 Hugging Face Spaces 上的 [ASR](https://huggingface.co/spaces/KPatrick/PaddleSpeechASR) 以及 [TTS](https://huggingface.co/spaces/akhaliq/paddlespeech) Demos 上线啦! - 👏🏻 2021.12.10: PaddleSpeech CLI 上线!覆盖了声音分类、语音识别、语音翻译(英译中)以及语音合成。 -### 交流 +### 技术交流群 微信扫描二维码加入官方交流群,获得更高效的问题答疑,与各行各业开发者充分交流,期待您的加入。
@@ -403,10 +403,10 @@ PaddleSpeech 的 **语音合成** 主要包含三个模块:文本前端、声 - [模型列表](#模型列表) - [语音识别](#语音识别模型) - [语音合成](#语音合成模型) - - [声音分类](#语音分类模型) -- [技术交流群](#交流) + - [声音分类](#声音分类模型) +- [技术交流群](#技术交流群) - [欢迎贡献](#欢迎贡献) -- [licence](#License) +- [Licence](#License) 语音合成模块最初被称为 [Parakeet](https://github.com/PaddlePaddle/Parakeet),现在与此仓库合并。如果您对该任务的学术研究感兴趣,请参阅 [TTS 研究概述](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/docs/source/tts#overview)。此外,[模型介绍](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/tts/models_introduction.md) 是了解语音合成流程的一个很好的指南。