FunASR icon indicating copy to clipboard operation
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.

Results 555 FunASR issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug ### To Reproduce Steps to reproduce the behavior (**always include the command you ran**): 麻烦大佬有空时能解答解答,十分感谢。 基于/runtime/python/http/server.py的代码做了简单的修改,具体的代码会在下面贴出。 存在问题:识别多个离线音频后,内存没有释放,最后导致内存被打满。 ![ba9b03730b7ad77f10b411ef00b9b98](https://github.com/modelscope/FunASR/assets/56419382/f40acee8-5210-49ab-bad5-fc185ca3b0ef) #### Code sample ```python import argparse import logging import...

bug

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help 代码在python环节中运行没有问题,我使用nuitka 打包了包含有funasr的程序,编译完成后,我自行导入了部分缺失的组件,在运行编译完成的程序时出现以下错误提示。请问我是缺失了什么必要的组件吗? ``` Traceback (most recent call last): File "/home/isoface/chatgpt/gpt_bot/voice_tts_service/voice_tts_service.dist/modelscope/utils/registry.py",...

question

[m3u8.wav.zip](https://github.com/user-attachments/files/16049818/m3u8.wav.zip)

bug

## ❓ Questions and Help TeleSpeech-ASR1.0对方言支持的比较好,建议将这个模型添加到funasr中使用。模型地址:https://www.modelscope.cn/models/TeleAI/TeleSpeech-ASR1.0/summary #### What is your question? 目前funasr对普通话的支持程度已经很完善了,但是对方言的识别还不够好。与之相反,TeleSpeech-ASR1.0对方言支持的比较好,两模型存在互补关系。建议将这个模型也添加到funasr中,最好同样支持docker部署。

question

正在使用flutter , 但是对接有问题,希望提高一个flutter的demo参考

question

gpu跑paraformer larger onnx模型时候,模型内部出现维度不匹配错误 模型使用的是:https://modelscope.cn/models/iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx/files 没有量化模型; 错误: 请问,这个和什么有关系?如何更好解决或者定位问题? 其他:使用cpu跑的时候,没有出现问题,gpu会偶发这个问题。

question

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the...

question

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the...

question

alpha曲线在一定程度上呈现着vad效果,因此尝试和识别结果进行强制对齐 demo地址:https://github.com/coolEphemeroptera/funasr_alpha_token_alignment demo样例: ![img2](https://github.com/alibaba-damo-academy/FunASR/assets/44800504/eb332207-7082-48cb-8d91-8591d6192613)

documentation

使用https://github.com/modelscope/FunASR/blob/main/runtime/http/readme_zh.md 这里的文档自行build了一个http服务端,可以正常启动 但curl -F \"[email protected]\" 127.0.0.1:80调用的时候出现错误 basic_string::_M_construct null not valid ![lQLPJwPjvqx_XE3NA4HNBnKwGdOswtiPaJEGQ5uLMxylAA_1650_897](https://github.com/modelscope/FunASR/assets/97428008/27b7db8c-1c05-4a60-b8a8-3233d58ee34f)

question