FunASR
FunASR copied to clipboard
A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.
按照官方文档部署后 提示缺少stl-utils.h文件!!! lssues中已有很多人提了该问题,但是没人解决  下面都是因为该问题无法进行的
## 🐛 Bug ### To Reproduce Steps to reproduce the behavior (**always include the command you ran**): 1. in one terminal: 2.cmd 'cd xxxx/FunASR/runtime/python/websocket' and cmd 'python3 funasr_wss_server.py' 3. in...
#### What is your question? 使用多次调用同一个模型报错,首次调用generate并不会报错,后2次或者3次就会报错 ``` libgomp: Thread creation failed: Resource temporarily unavailable libgomp: libgomp: libgomp: Thread creation failed: Resource temporarily unavailableThread creation failed: Resource temporarily unavailableThread creation failed:...

拉取官方镜像funasr-runtime-sdk-online-cpu-0.1.10 运行run_server_2pass.sh ``` download_model_dir="/workspace/models" model_dir="damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx" online_model_dir="damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online-onnx" vad_dir="damo/speech_fsmn_vad_zh-cn-16k-common-onnx" punc_dir="damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx" itn_dir="thuduj12/fst_itn_zh" lm_dir="none" #lm_dir="damo/speech_ngram_lm_zh-cn-ai-wesp-fst" port=10029 certfile="0" # "$(pwd)/ssl_key/server.crt" keyfile="0" # "$(pwd)/ssl_key/server.key" hotword="$(pwd)/websocket/hotwords.txt" # set decoder_thread_num decoder_thread_num=$(cat /proc/cpuinfo | grep "processor"|wc -l) || {...
问题: 从funasr包导入AutoModel,初始化funasr用了1分钟多 #### Code ```python import soundfile import os model_path = r"model\zh-streaming" chunk_size = [0, 10, 5] #[0, 10, 5] 600ms, [0, 8, 4] 480ms encoder_chunk_look_back = 4 #number of...
## ❓ Questions and Help 升级后语音识别异常。 显示日志如下: funasr version: 1.1.8. Check update of funasr, and it would cost few times. You may disable it by set `disable_update=True` in AutoModel You...
https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/dep_libs/ffmpeg-master-latest-win64-gpl-shared.zip 下载之后查看,因该是2023-11月编译的,ffmpeg版本是6.1 。 我在 windows on arm64 电脑上没有这个版本,希望你们能提供
文字字数不匹配
使用docker cpu0.45 语音结束时最后一组text_seg的结果和text不一致 
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug ### Bug1 部署 funasr cd FunASR/runtime nohup bash run_server_2pass.sh \ --download-model-dir /workspace/models...