We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
长语音pcm(30分钟左右)用websocket提交过去,结果只返回几分钟(最多也只有10分钟),用的最新中文离线翻译版
nohup bash run_server.sh --download-model-dir /workspace/models --vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx --model-dir damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx --punc-dir damo/punc_ct-transformer_zh-cn-common-vocab272727-onnx --lm-dir damo/speech_ngram_lm_zh-cn-ai-wesp-fst --itn-dir thuduj12/fst_itn_zh --certfile 0 --decoder-thread-num 32 --io-thread-num 8 --hotword /workspace/models/hotwords.txt > log.out 2>&1 &
无论是提交到本地服务还是官方服务器都是一样的问题,提交方法用的官方的例子
Steps to reproduce the behavior (always include the command you ran):
pip
The text was updated successfully, but these errors were encountered:
lyblsgo
No branches or pull requests
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
🐛 Bug
长语音pcm(30分钟左右)用websocket提交过去,结果只返回几分钟(最多也只有10分钟),用的最新中文离线翻译版
nohup bash run_server.sh
--download-model-dir /workspace/models
--vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx
--model-dir damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx
--punc-dir damo/punc_ct-transformer_zh-cn-common-vocab272727-onnx
--lm-dir damo/speech_ngram_lm_zh-cn-ai-wesp-fst
--itn-dir thuduj12/fst_itn_zh
--certfile 0
--decoder-thread-num 32
--io-thread-num 8
--hotword /workspace/models/hotwords.txt > log.out 2>&1 &
无论是提交到本地服务还是官方服务器都是一样的问题,提交方法用的官方的例子
To Reproduce
Steps to reproduce the behavior (always include the command you ran):
Code sample
Expected behavior
Environment
pip
, source):Additional context
The text was updated successfully, but these errors were encountered: