From 9760d70b327c7132ff0ad2b294b758e61a7cd061 Mon Sep 17 00:00:00 2001 From: xiongxinlei Date: Sat, 23 Apr 2022 13:25:17 +0800 Subject: [PATCH] update the streaming asr english note, test=doc --- demos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/README.md b/demos/README.md index 021e47506..8abd67249 100644 --- a/demos/README.md +++ b/demos/README.md @@ -11,7 +11,7 @@ The directory containes many speech applications in multi scenarios. * punctuation_restoration - restore punctuation from raw text * speech recogintion - recognize text of an audio file * speech server - Server for Speech Task, e.g. ASR,TTS,CLS -* streaming asr server - input the audio streaming to recognize the text +* streaming asr server - receive audio stream from websocket, and recognize to transcript. * speech translation - end to end speech translation * story talker - book reader based on OCR and TTS * style_fs2 - multi style control for FastSpeech2 model