Merge pull request #1168 from Jackwaterveg/doc

[Doc]revise the doc
pull/1484/head r0.1.0
gongenlei 3 years ago committed by GitHub
commit 1656fde150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -155,7 +155,7 @@ We strongly recommend our users to install PaddleSpeech in **Linux** with *pytho
```python ```python
pip install paddlepaddle paddlespeech pip install paddlepaddle paddlespeech
``` ```
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. 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.
## Quick Start ## Quick Start
@ -171,7 +171,7 @@ paddlespeech asr --lang zh --input input_16k.wav
``` ```
**Speech Translation** (English to Chinese) **Speech Translation** (English to Chinese)
(not support for Windows now) (not support for Mac and Windows now)
```shell ```shell
paddlespeech st --input input_16k.wav paddlespeech st --input input_16k.wav
``` ```

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

Loading…
Cancel
Save