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
trafficstars

## ❓ Questions and Help #### Code ``` from fun_text_processing.text_normalization.normalize import Normalizer normalizer = Normalizer(input_case='cased', whitelist=None, lang='zh') text = "取第99%的那个值作为TP99的值。" text = normalizer.normalize( text, verbose=False, punct_pre_process=True, punct_post_process=False, ) #取第百分之九十九的那个值作为T九十九博茨瓦纳普拉的值。 ```...

question

windows11 pytorch:2.2.1+cu118 python:3.8 使用pip安装funasr:1.0.19版本 使用pip安装modelscope:1.13.2版本 然后按着FunASR社区软件包Windows版本流程git下载以下文件: ``` mkdir -p D:/funasr-runtime-resources/models && cd D:/funasr-runtime-resources/models; git clone https://www.modelscope.cn/damo/speech_fsmn_vad_zh-cn-16k-common-onnx.git; git clone https://www.modelscope.cn/damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx.git; git clone https://www.modelscope.cn/damo/speech_ngram_lm_zh-cn-ai-wesp-fst.git; git clone https://www.modelscope.cn/damo/punc_ct-transformer_cn-en-common-vocab471067-large-onnx.git; git clone https://www.modelscope.cn/thuduj12/fst_itn_zh.git ``` 运行的是Git...

question

```shell git clone https://github.com/alibaba-damo-academy/FunASR.git && cd FunASR/runtime/websocket mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/home/mm/onnxruntime-linux-x64-1.14.0 -DFFMPEG_DIR=/home/mm/ffmpeg-master-latest-linux64-gpl-shared make -j 4 ``` ```python cmake -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/home/mm/onnxruntime-linux-x64-1.14.0 -DFFMPEG_DIR=/home/mm/ffmpeg-master-latest-linux64-gpl-shared CMake Warning (dev)...

question

`emotion2vec` is a great work. Do you have a plan to provide it as an API in funasr-runtime docker image?

funasr 接口怎么对接rtsp音频流进行识别呢?

question

## 🐛 Bug Failed to run this [demo](https://github.com/alibaba-damo-academy/FunASR/blob/main/examples/industrial_data_pretraining/whisper/demo.py) in google colab environment. ### To Reproduce Steps to reproduce the behavior: 1. Open Colab 2. run the following code #### Code...

bug

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

## 🐛 Bug 我使用该命令对3分钟的wav音频复制40遍拼接为一个两小时左右的音频 ```Python ffmpeg -f concat -safe 0 -i file_list.txt -c copy output.wav ``` 其中file_list.txt为: ```Python file '/usr/local/bohui/test2/wcf103_1.wav' file '/usr/local/bohui/test2/wcf103_1.wav' file '/usr/local/bohui/test2/wcf103_1.wav' file '/usr/local/bohui/test2/wcf103_1.wav' file '/usr/local/bohui/test2/wcf103_1.wav' file '/usr/local/bohui/test2/wcf103_1.wav'...

bug

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug ### To Reproduce Steps to reproduce the behavior (**always include the command...

bug

导入funasr包出现问题,这是什么原因呢,其他包正常 ![image](https://github.com/alibaba-damo-academy/FunASR/assets/40717349/38d7e706-d3d8-4fd4-b9dc-c3ac7a333a07) ![image](https://github.com/alibaba-damo-academy/FunASR/assets/40717349/223e93e3-1135-4071-ac9c-03d0caf496be)

bug