From 08bea58b24a7b36aca96f1e07155f0dd03e1a7f5 Mon Sep 17 00:00:00 2001 From: LauraGPT Date: Sun, 31 May 2026 02:54:30 +0000 Subject: [PATCH] Add FunASR to Computer Audition section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a91fc..4ba6fbb 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ ## Computer Audition * [torchaudio](https://github.com/pytorch/audio) - An audio library for PyTorch. PyTorch based/compatible +* [FunASR](https://github.com/modelscope/FunASR) - Industrial-grade speech recognition toolkit. Supports 50+ languages, streaming ASR, VAD, punctuation, speaker diarization, and emotion detection. PyTorch based/compatible * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis. * [Yaafe](https://github.com/Yaafe/Yaafe) - Audio features extraction. * [aubio](https://github.com/aubio/aubio) - A library for audio and music analysis.