Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
aa892b93
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 2 年 前同步成功
通知
210
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看板
未验证
提交
aa892b93
编写于
6月 17, 2022
作者:
H
Hui Zhang
提交者:
GitHub
6月 17, 2022
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #2046 from Jackwaterveg/develop_dev
[Server] fix ds2 server config
上级
f2e64bea
c552c087
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
5 addition
and
5 deletion
+5
-5
demos/streaming_asr_server/conf/ws_ds2_application.yaml
demos/streaming_asr_server/conf/ws_ds2_application.yaml
+2
-2
paddlespeech/server/conf/ws_ds2_application.yaml
paddlespeech/server/conf/ws_ds2_application.yaml
+3
-3
未找到文件。
demos/streaming_asr_server/conf/ws_ds2_application.yaml
浏览文件 @
aa892b93
...
...
@@ -39,13 +39,13 @@ asr_online-inference:
summary
:
True
# False -> do not show predictor config
chunk_buffer_conf
:
frame_duration_ms
:
8
0
frame_duration_ms
:
8
5
shift_ms
:
40
sample_rate
:
16000
sample_width
:
2
window_n
:
7
# frame
shift_n
:
4
# frame
window_ms
:
2
0
# ms
window_ms
:
2
5
# ms
shift_ms
:
10
# ms
...
...
paddlespeech/server/conf/ws_ds2_application.yaml
浏览文件 @
aa892b93
...
...
@@ -74,11 +74,11 @@ asr_online-onnx:
log_verbosity_level
:
0
# VLOG level if DEBUG build and session_log_severity_level is 0. Applies to session load, initialization, etc. Default is 0.
chunk_buffer_conf
:
frame_duration_ms
:
8
0
frame_duration_ms
:
8
5
shift_ms
:
40
sample_rate
:
16000
sample_width
:
2
window_n
:
7
# frame
shift_n
:
4
# frame
window_ms
:
20
# ms
shift_ms
:
10
# ms
\ No newline at end of file
window_ms
:
25
# ms
shift_ms
:
10
# ms
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录