Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
429965ca
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 1 年 前同步成功
通知
207
Star
8425
Fork
1598
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
245
列表
看板
标记
里程碑
合并请求
3
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
DeepSpeech
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
245
Issue
245
列表
看板
标记
里程碑
合并请求
3
合并请求
3
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
429965ca
编写于
4月 23, 2022
作者:
X
xiongxinlei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update the streaming asr server readme, test=doc
上级
13a37b48
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
6 addition
and
4 deletion
+6
-4
demos/README.md
demos/README.md
+1
-0
demos/README_cn.md
demos/README_cn.md
+1
-0
demos/streaming_asr_server/README.md
demos/streaming_asr_server/README.md
+2
-2
demos/streaming_asr_server/README_cn.md
demos/streaming_asr_server/README_cn.md
+2
-2
未找到文件。
demos/README.md
浏览文件 @
429965ca
...
...
@@ -11,6 +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
*
speech translation - end to end speech translation
*
story talker - book reader based on OCR and TTS
*
style_fs2 - multi style control for FastSpeech2 model
...
...
demos/README_cn.md
浏览文件 @
429965ca
...
...
@@ -11,6 +11,7 @@
*
标点恢复 - 通常作为语音识别的文本后处理任务,为一段无标点的纯文本添加相应的标点符号。
*
语音识别 - 识别一段音频中包含的语音文字。
*
语音服务 - 离线语音服务,包括ASR、TTS、CLS等
*
流式语音识别服务 - 流式输入语音数据流识别音频中的文字
*
语音翻译 - 实时识别音频中的语言,并同时翻译成目标语言。
*
会说话的故事书 - 基于 OCR 和语音合成的会说话的故事书。
*
个性化语音合成 - 基于 FastSpeech2 模型的个性化语音合成。
...
...
demos/streaming_asr_server/README.md
浏览文件 @
429965ca
...
...
@@ -40,8 +40,8 @@ wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav
paddlespeech_server start
--help
```
Arguments:
-
`config_file`
: yaml file of the app, defalut:
./conf/ws_conformer_application.yaml
-
`log_file`
: log file. Default:
./log/paddlespeech.log
-
`config_file`
: yaml file of the app, defalut:
`./conf/application.yaml`
-
`log_file`
: log file. Default:
`./log/paddlespeech.log`
Output:
```
bash
...
...
demos/streaming_asr_server/README_cn.md
浏览文件 @
429965ca
...
...
@@ -40,8 +40,8 @@ wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav
paddlespeech_server start
--help
```
参数:
-
`config_file`
: 服务的配置文件,默认:
./conf/ws_conformer_application.yaml
-
`log_file`
: log 文件. 默认:
./log/paddlespeech.log
-
`config_file`
: 服务的配置文件,默认:
`./conf/application.yaml`
-
`log_file`
: log 文件. 默认:
`./log/paddlespeech.log`
输出:
```
bash
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录