Skip to content

Commit 30c2b5d

Browse files
authored
Merge pull request #2139 from lym0302/updata_readme
[server] update readme
2 parents e62cbc4 + 6c297c5 commit 30c2b5d

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

demos/speech_server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ This demo is an implementation of starting the voice service and accessing the s
1111
see [installation](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md).
1212

1313
It is recommended to use **paddlepaddle 2.2.2** or above.
14-
You can choose one way from meduim and hard to install paddlespeech.
14+
You can choose one way from easy, meduim and hard to install paddlespeech.
15+
**If you install in simple mode, you need to prepare the yaml file by yourself, you can refer to the yaml file in the conf directory.**
1516

1617
### 2. Prepare config File
1718
The configuration file can be found in `conf/application.yaml` .

demos/speech_server/README_cn.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@
33
# 语音服务
44

55
## 介绍
6-
这个 demo 是一个启动离线语音服务和访问服务的实现。它可以通过使用`paddlespeech_server``paddlespeech_client`的单个命令或 python 的几行代码来实现。
6+
这个 demo 是一个启动离线语音服务和访问服务的实现。它可以通过使用`paddlespeech_server``paddlespeech_client` 的单个命令或 python 的几行代码来实现。
77

88

99
## 使用方法
1010
### 1. 安装
1111
请看 [安装文档](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md).
1212

1313
推荐使用 **paddlepaddle 2.2.2** 或以上版本。
14-
你可以从 medium,hard 两种方式中选择一种方式安装 PaddleSpeech。
14+
你可以从简单,中等,困难几种方式中选择一种方式安装 PaddleSpeech。
15+
**如果使用简单模式安装,需要自行准备 yaml 文件,可参考 conf 目录下的 yaml 文件。**
1516

1617

1718
### 2. 准备配置文件
1819
配置文件可参见 `conf/application.yaml`
1920
其中,`engine_list`表示即将启动的服务将会包含的语音引擎,格式为 <语音任务>_<引擎类型>。
20-
目前服务集成的语音任务有: asr(语音识别)、tts(语音合成)、cls(音频分类)、vector(声纹识别)以及text(文本处理)。
21+
目前服务集成的语音任务有: asr(语音识别)、tts(语音合成)、cls(音频分类)、vector(声纹识别)以及 text(文本处理)。
2122
目前引擎类型支持两种形式:python 及 inference (Paddle Inference)
2223
**注意:** 如果在容器里可正常启动服务,但客户端访问 ip 不可达,可尝试将配置文件中 `host` 地址换成本地 ip 地址。
2324

demos/streaming_asr_server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Streaming ASR server only support `websocket` protocol, and doesn't support `htt
1212
see [installation](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md).
1313

1414
It is recommended to use **paddlepaddle 2.2.1** or above.
15-
You can choose one way from meduim and hard to install paddlespeech.
15+
You can choose one way from easy, meduim and hard to install paddlespeech.
16+
**If you install in simple mode, you need to prepare the yaml file by yourself, you can refer to the yaml file in the conf directory.**
1617

1718
### 2. Prepare config File
1819
The configuration file can be found in `conf/ws_application.yaml``conf/ws_conformer_wenetspeech_application.yaml`.

demos/streaming_asr_server/README_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
安装 PaddleSpeech 的详细过程请看 [安装文档](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md)
1313

1414
推荐使用 **paddlepaddle 2.2.1** 或以上版本。
15-
你可以从medium,hard 两种方式中选择一种方式安装 PaddleSpeech。
16-
15+
你可以从简单, 中等,困难 几种种方式中选择一种方式安装 PaddleSpeech。
16+
**如果使用简单模式安装,需要自行准备 yaml 文件,可参考 conf 目录下的 yaml 文件。**
1717

1818
### 2. 准备配置文件
1919

demos/streaming_tts_server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ This demo is an implementation of starting the streaming speech synthesis servic
1111
see [installation](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md).
1212

1313
It is recommended to use **paddlepaddle 2.2.2** or above.
14-
You can choose one way from meduim and hard to install paddlespeech.
14+
You can choose one way from easy, meduim and hard to install paddlespeech.
15+
**If you install in simple mode, you need to prepare the yaml file by yourself, you can refer to the yaml file in the conf directory.**
1516

1617

1718
### 2. Prepare config File

demos/streaming_tts_server/README_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
请看 [安装文档](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md).
1212

1313
推荐使用 **paddlepaddle 2.2.2** 或以上版本。
14-
你可以从 medium,hard 两种方式中选择一种方式安装 PaddleSpeech。
15-
14+
你可以从简单,中等,困难几种方式中选择一种方式安装 PaddleSpeech。
15+
**如果使用简单模式安装,需要自行准备 yaml 文件,可参考 conf 目录下的 yaml 文件。**
1616

1717
### 2. 准备配置文件
1818
配置文件可参见 `conf/tts_online_application.yaml`

0 commit comments

Comments
 (0)