Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion demos/streaming_asr_server/conf/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ asr_online:
lang: 'zh'
sample_rate: 16000
cfg_path:
decode_method:
num_decoding_left_chunks: -1
force_yes: True
device: 'cpu' # cpu or gpu:id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ asr_online:
lang: 'zh'
sample_rate: 16000
cfg_path:
decode_method:
num_decoding_left_chunks: -1
force_yes: True
device: 'cpu' # cpu or gpu:id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ asr_online:
lang: 'zh_en'
sample_rate: 16000
cfg_path:
decode_method:
num_decoding_left_chunks: -1
force_yes: True
device: 'cpu' # cpu or gpu:id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ asr_online:
lang: 'zh'
sample_rate: 16000
cfg_path:
decode_method:
force_yes: True
device: 'cpu' # cpu or gpu:id
decode_method: "attention_rescoring"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ asr_online:
lang: 'zh'
sample_rate: 16000
cfg_path:
decode_method:
force_yes: True
device: 'cpu' # cpu or gpu:id
decode_method: "attention_rescoring"
Expand Down
2 changes: 0 additions & 2 deletions demos/streaming_asr_server/conf/ws_ds2_application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ asr_online-onnx:

chunk_buffer_conf:
frame_duration_ms: 85
shift_ms: 40
sample_rate: 16000
sample_width: 2
window_n: 7 # frame
Expand Down Expand Up @@ -75,7 +74,6 @@ asr_online-inference:

chunk_buffer_conf:
frame_duration_ms: 85
shift_ms: 40
sample_rate: 16000
sample_width: 2
window_n: 7 # frame
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ asr_online:
lang: 'zh'
sample_rate: 16000
cfg_path:
decode_method:
force_yes: True
device: 'cpu' # cpu or gpu:id
decode_method: "attention_rescoring"
Expand Down
2 changes: 0 additions & 2 deletions paddlespeech/server/conf/ws_ds2_application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ asr_online-onnx:

chunk_buffer_conf:
frame_duration_ms: 85
shift_ms: 40
sample_rate: 16000
sample_width: 2
window_n: 7 # frame
Expand Down Expand Up @@ -75,7 +74,6 @@ asr_online-inference:

chunk_buffer_conf:
frame_duration_ms: 85
shift_ms: 40
sample_rate: 16000
sample_width: 2
window_n: 7 # frame
Expand Down