Skip to content

Commit 1656fde

Browse files
author
gongenlei
authored
Merge pull request #1168 from Jackwaterveg/doc
[Doc]revise the doc
2 parents b9982f5 + 1f69374 commit 1656fde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ We strongly recommend our users to install PaddleSpeech in **Linux** with *pytho
155155
```python
156156
pip install paddlepaddle paddlespeech
157157
```
158-
Up to now, **Mac OSX** supports CLI for the all our tasks, Windows only supports PaddleSpeech CLI for Audio Classification, Speech-to-Text and Text-to-Speech. Please see [installation](./docs/source/install.md) for other alternatives.
158+
Up to now, **Linux** supports CLI for the all our tasks, **Mac OSX and Windows** only supports PaddleSpeech CLI for Audio Classification, Speech-to-Text and Text-to-Speech. Please see [installation](./docs/source/install.md) for other alternatives.
159159

160160
## Quick Start
161161

@@ -171,7 +171,7 @@ paddlespeech asr --lang zh --input input_16k.wav
171171
```
172172
**Speech Translation** (English to Chinese)
173173

174-
(not support for Windows now)
174+
(not support for Mac and Windows now)
175175
```shell
176176
paddlespeech st --input input_16k.wav
177177
```

README_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ from https://github.com/18F/open-source-guide/blob/18f-pages/pages/making-readme
149149
```python
150150
pip install paddlepaddle paddlespeech
151151
```
152-
目前为止,对于 **Mac OSX、 LiNUX** 支持声音分类、语音识别、语音合成和语音翻译四种功能,**Windows** 下暂不支持语音翻译功能。 想了解更多安装细节,可以参考[安装文档](./docs/source/install_cn.md)
152+
目前为止,**Linux** 支持声音分类、语音识别、语音合成和语音翻译四种功能,**Mac OSX、 Windows** 下暂不支持语音翻译功能。 想了解更多安装细节,可以参考[安装文档](./docs/source/install_cn.md)
153153

154154
## 快速开始
155155

0 commit comments

Comments
 (0)