From ec8c870f85e06ea5cc3625125d9df94795ec99ae Mon Sep 17 00:00:00 2001 From: lym0302 Date: Thu, 24 Mar 2022 20:03:38 +0800 Subject: [PATCH] update readme, test=doc --- demos/speech_server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/speech_server/README.md b/demos/speech_server/README.md index 66bf11ca..0323d398 100644 --- a/demos/speech_server/README.md +++ b/demos/speech_server/README.md @@ -15,7 +15,7 @@ You can choose one way from meduim and hard to install paddlespeech. ### 2. Prepare config File The configuration file can be found in `conf/application.yaml` . -Among them, `engine_list` indicates the speech engine that will be included in the service to be started, in the format of speech task_engine type. +Among them, `engine_list` indicates the speech engine that will be included in the service to be started, in the format of `_`. At present, the speech tasks integrated by the service include: asr (speech recognition), tts (text to sppech) and cls (audio classification). Currently the engine type supports two forms: python and inference (Paddle Inference) -- GitLab